/
/
/
1name: Music Assistant Server (dev)
2# version number gets updated only when the mass base image updates!
3version: 1.2.3
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
27backup_exclude:
28 - cache.db
29 - collage_images/*
30 - .cache/*
31options:
32 log_level: info
33 branch: dev
34 safe_mode: false
35schema:
36 log_level: list(debug|info|warning|error)
37 branch: str
38 safe_mode: bool
39privileged:
40 - SYS_ADMIN
41 - DAC_READ_SEARCH
42