/
/
/
1name: Music Assistant (BETA)
2version: 2.8.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
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
23 - ssl:ro
24init: false
25advanced: false
26backup_exclude:
27 - cache.db
28 - collage_images/*
29 - .cache/*
30stage: stable
31image: ghcr.io/music-assistant/server
32tmpfs: true
33options:
34 log_level: info
35 safe_mode: false
36schema:
37 log_level: list(debug|info|warning|error)
38 safe_mode: bool
39privileged:
40 - SYS_ADMIN
41 - DAC_READ_SEARCH
42