/
/
/
1name: Music Assistant BETA
2version: "2.0.0b74"
3slug: music_assistant_beta
4description: BETA version of Music Assistant. Install this version if you want to keep up with the latest and greatest and don't mind some beta testing. Follow us on discord to report and discuss feedback!
5url: https://github.com/music-assistant/hass-music-assistant
6arch:
7 - amd64
8 - aarch64
9homeassistant_api: true
10auth_api: true
11host_network: true
12ingress: true
13ingress_port: 8095
14panel_icon: mdi:play-circle
15panel_title: Music Assistant
16panel_admin: false
17uart: false
18map:
19- media:rw
20init: false
21# NOTE: set to advanced when we're out of 2.0 beta
22advanced: false
23stage: stable
24image: ghcr.io/music-assistant/server
25tmpfs: true
26options:
27 log_level: info
28 enable_uvloop: false
29schema:
30 log_level: list(debug|info|warning|error)
31 enable_uvloop: bool
32privileged:
33 - SYS_ADMIN
34 - DAC_READ_SEARCH
35