This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hasio-addons/mopidy/config.yaml
2022-03-16 12:50:13 +01:00

42 lines
766 B
YAML

---
name: Mopidy
version: dev
slug: mopidy
panel_icon: mdi:music-circle
description: Mopidy is an extensible music server
url: https://github.com/hassio-addons/addon-mopidy
ingress: true
ingress_entry: iris/
ingress_stream: true
arch:
- amd64
- aarch64
auth_api: true
audio: true
ports:
6600/tcp: 6600
5555/udp: 5555
80/tcp: null
ports_description:
6600/tcp: Mopidy
5555/udp: Autoaudiosink
80/tcp: Web interface (Not required for Ingress)
map:
- config
- share:rw
- ssl
options:
system_packages: []
python_packages: []
settings: []
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
system_packages:
- str
python_packages:
- str
settings:
- name: str
value: str
leave_front_door_open: bool?