/
/
/
1name: Music Assistant (BETA)
2version: 2.7.0b15
3slug: music_assistant_beta
4description: BETA version of the Music Assistant Server.
5url: https://music-assistant.io
6arch:
7 - amd64
8 - aarch64
9homeassistant_api: true
10auth_api: true
11host_network: true
12ingress: true
13ingress_port: 8094
14panel_icon: mdi:play-circle
15panel_title: Music Assistant
16panel_admin: false
17uart: false
18map:
19 - media:rw
20init: false
21advanced: false
22backup_exclude:
23 - cache.db
24 - collage_images/*
25 - .cache/*
26stage: stable
27image: ghcr.io/music-assistant/server
28tmpfs: true
29options:
30 log_level: info
31 safe_mode: false
32schema:
33 log_level: list(debug|info|warning|error)
34 safe_mode: bool
35privileged:
36 - SYS_ADMIN
37 - DAC_READ_SEARCH
38