/
/
/
1name: Music Assistant
2version: 2.7.0
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
12discovery:
13 - music_assistant
14auth_api: true
15host_network: true
16ingress: true
17ingress_port: 8094
18panel_icon: mdi:bookshelf
19panel_title: Music Assistant
20panel_admin: false
21uart: false
22apparmor: true
23map:
24 - media:rw
25init: false
26advanced: false
27backup_exclude:
28 - cache.db
29 - collage_images/*
30 - .cache/*
31stage: stable
32image: ghcr.io/music-assistant/server
33tmpfs: true
34options:
35 log_level: info
36 safe_mode: false
37schema:
38 log_level: list(debug|info|warning|error)
39 safe_mode: bool
40privileged:
41 - SYS_ADMIN
42 - DAC_READ_SEARCH
43