/
/
/
1name: Music Assistant
2version: 2.0.4
3slug: music_assistant
4description: The Music Assistant server is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers.
5url: https://music-assistant.io
6arch:
7 - amd64
8 - aarch64
9homeassistant_api: true
10auth_api: true
11host_network: true
12ingress: true
13ingress_port: 8095
14panel_icon: mdi:bookshelf
15panel_title: Music Assistant
16panel_admin: false
17uart: false
18map:
19 - media:rw
20init: false
21advanced: false
22stage: stable
23image: ghcr.io/music-assistant/server
24tmpfs: true
25options:
26 log_level: info
27 safe_mode: false
28schema:
29 log_level: list(debug|info|warning|error)
30 safe_mode: bool
31privileged:
32 - SYS_ADMIN
33 - DAC_READ_SEARCH
34