/
/
/
1name: Music Assistant Server (beta)
2version: 2.3.0b34
3slug: music_assistant_beta
4description:
5 BETA version of Music Assistant. Install this version if you want to
6 keep up with the latest and greatest and don't mind some beta testing. Follow us
7 on discord to report and discuss feedback!
8url: https://music-assistant.io
9arch:
10 - amd64
11 - aarch64
12homeassistant_api: true
13auth_api: true
14host_network: true
15ingress: true
16ingress_port: 8095
17panel_icon: mdi:play-circle
18panel_title: Music Assistant
19panel_admin: false
20uart: false
21map:
22 - media:rw
23init: false
24advanced: false
25backup_exclude:
26 - "cache.db"
27 - "collage_images/*"
28stage: stable
29image: ghcr.io/music-assistant/server
30tmpfs: true
31options:
32 log_level: info
33 safe_mode: false
34schema:
35 log_level: list(debug|info|warning|error)
36 safe_mode: bool
37privileged:
38 - SYS_ADMIN
39 - DAC_READ_SEARCH
40