/
/
/
1name: Music Assistant (NIGHTLY)
2version: 2.7.0.dev2025112103
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
12auth_api: true
13host_network: true
14ingress: true
15ingress_port: 8094
16panel_icon: mdi:play-circle
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/*
27 - .cache/*
28stage: experimental
29image: ghcr.io/music-assistant/server
30tmpfs: true
31options:
32 log_level: info
33 safe_mode: false
34schema:
35 log_level: list(debug|info|warning|error)
36 safe_mode: bool
37privileged:
38 - SYS_ADMIN
39 - DAC_READ_SEARCH
40