/
/
/
1name: Music Assistant DEV SERVER
2# version number gets updated only when the mass base image updates!
3version: 1.3.2
4slug: music_assistant_dev
5description: Development (nightly) version of Music Assistant. For developers only.
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:play-circle
16panel_title: Music Assistant
17panel_admin: false
18uart: false
19map:
20 - media:rw
21init: false
22advanced: false
23stage: experimental
24tmpfs: true
25backup_exclude:
26 - cache.db
27 - collage_images/*
28 - .cache/*
29options:
30 log_level: info
31 branch: dev
32 safe_mode: false
33schema:
34 log_level: list(debug|info|warning|error)
35 branch: str
36 safe_mode: bool
37privileged:
38 - SYS_ADMIN
39 - DAC_READ_SEARCH
40