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