music-assistant-home-assistant-addon

977 BYAML
config.yaml
977 B43 lines • yaml
1name: Music Assistant (NIGHTLY)
2version: 2.8.0.dev2026030219
3slug: music_assistant_nightly
4description: NIGHTLY version of Music Assistant.
5  Install this version if you want to keep up with the latest bleeding edge development of Music Assistant!
6  Use it at your own risk, it might not be recommended for daily/production use because it can be unstable.
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:play-circle
19panel_title: Music Assistant
20panel_admin: false
21uart: false
22map:
23  - media:rw
24  - ssl:ro
25init: false
26advanced: true
27backup_exclude:
28  - cache.db
29  - collage_images/*
30  - .cache/*
31stage: experimental
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