music-assistant-home-assistant-addon

848 BYAML
config.yaml
848 B40 lines • yaml
1name: Music Assistant Server (beta)
2version: 2.6.0b6
3slug: music_assistant_beta
4description: BETA version of Music Assistant. Install this version if you want to
5  keep up with the latest and greatest and don't mind some beta testing. Follow us
6  on discord to report and discuss feedback!
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
24backup_exclude:
25- cache.db
26- collage_images/*
27- .cache/*
28stage: stable
29image: ghcr.io/music-assistant/server
30tmpfs: true
31options:
32  log_level: info
33  safe_mode: false
34schema:
35  log_level: list(debug|info|warning|error)
36  safe_mode: bool
37privileged:
38- SYS_ADMIN
39- DAC_READ_SEARCH
40