music-assistant-home-assistant-addon

732 BYAML
config.yaml
732 B35 lines • yaml
1name: Music Assistant Server
2version: 2.2.3
3slug: music_assistant
4description: The Music Assistant server is a free, opensource Media library manager
5  that connects to your streaming services and a wide range of connected speakers.
6url: https://music-assistant.io
7arch:
8- amd64
9- aarch64
10homeassistant_api: true
11auth_api: true
12host_network: true
13ingress: true
14ingress_port: 8095
15panel_icon: mdi:bookshelf
16panel_title: Music Assistant
17panel_admin: false
18uart: false
19map:
20- media:rw
21init: false
22advanced: false
23stage: stable
24image: ghcr.io/music-assistant/server
25tmpfs: true
26options:
27  log_level: info
28  safe_mode: false
29schema:
30  log_level: list(debug|info|warning|error)
31  safe_mode: bool
32privileged:
33- SYS_ADMIN
34- DAC_READ_SEARCH
35