/
/
/
1name: Music Assistant Server (dev/nightly)
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.
6 This add-on installs the latest version from the (configurable) branch directly from git at startup.
7 Install this version if you want to keep up with the latest bleeding edge development but use it at your own risk, not recomended for daily use.
8 Simply restart the add-on to fetch the latest version from source.
9url: https://music-assistant.io
10arch:
11 - amd64
12 - aarch64
13homeassistant_api: true
14full_access: true # Remove after Smart Fades test
15auth_api: true
16host_network: true
17ingress: true
18ingress_port: 8094
19panel_icon: mdi:play-circle
20panel_title: Music Assistant
21panel_admin: false
22uart: false
23map:
24 - media:rw
25init: false
26advanced: false
27stage: experimental
28tmpfs: true
29backup_exclude:
30 - cache.db
31 - collage_images/*
32 - .cache/*
33options:
34 log_level: info
35 branch: dev
36 safe_mode: false
37schema:
38 log_level: list(debug|info|warning|error)
39 branch: str
40 safe_mode: bool
41privileged:
42 - SYS_ADMIN
43 - DAC_READ_SEARCH
44