/
/
/
1name: Music Assistant Server (dev)
2# version number gets updated only when the mass base image updates!
3version: 1.1.2
4slug: music_assistant_dev
5description: Development (nightly) version of Music Assistant.
6 Do not install this add-on unless you're specifically asked or a developer!
7 This add-on installs the latest version from the main branch directly from git at startup.
8url: https://music-assistant.io
9arch:
10 - amd64
11 - aarch64
12homeassistant_api: true
13auth_api: true
14host_network: true
15ingress: true
16ingress_port: 8095
17panel_icon: mdi:play-circle
18panel_title: Music Assistant
19panel_admin: false
20uart: false
21map:
22 - media:rw
23init: false
24advanced: false
25stage: experimental
26tmpfs: true
27options:
28 log_level: info
29 branch: main
30 safe_mode: false
31schema:
32 log_level: list(debug|info|warning|error)
33 branch: str
34 safe_mode: bool
35privileged:
36 - SYS_ADMIN
37 - DAC_READ_SEARCH
38