/
/
/
1name: Music Assistant Server
2version: 2.2.9
3slug: music_assistant
4description:
5 The Music Assistant server is a free, opensource Media library manager
6 that connects to your streaming services and a wide range of connected speakers.
7url: https://music-assistant.io
8arch:
9 - amd64
10 - aarch64
11homeassistant_api: true
12auth_api: true
13host_network: true
14ingress: true
15ingress_port: 8095
16panel_icon: mdi:bookshelf
17panel_title: Music Assistant
18panel_admin: false
19uart: false
20map:
21 - media:rw
22init: false
23advanced: false
24backup_exclude:
25 - "cache.db"
26 - "collage_images/*"
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