/
/
/
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
14auth_api: true
15host_network: true
16ingress: true
17ingress_port: 8094
18panel_icon: mdi:play-circle
19panel_title: Music Assistant
20panel_admin: false
21uart: false
22map:
23 - media:rw
24init: false
25advanced: false
26stage: experimental
27tmpfs: true
28backup_exclude:
29 - cache.db
30 - collage_images/*
31 - .cache/*
32options:
33 log_level: info
34 branch: dev
35 safe_mode: false
36schema:
37 log_level: list(debug|info|warning|error)
38 branch: str
39 safe_mode: bool
40privileged:
41 - SYS_ADMIN
42 - DAC_READ_SEARCH
43