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