/
/
/
1name: Music Assistant (BETA)
2version: 2.7.0b31
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
10discovery:
11 - music_assistant
12auth_api: true
13host_network: true
14ingress: true
15ingress_port: 8094
16panel_icon: mdi:play-circle
17panel_title: Music Assistant
18panel_admin: false
19uart: false
20apparmor: true
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