/
/
/
1name: Music Assistant (beta)
2version: 2.7.0b4
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: 8094
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/*
28 - .cache/*
29stage: stable
30image: ghcr.io/music-assistant/server
31tmpfs: true
32options:
33 log_level: info
34 safe_mode: false
35schema:
36 log_level: list(debug|info|warning|error)
37 safe_mode: bool
38privileged:
39 - SYS_ADMIN
40 - DAC_READ_SEARCH
41