ansible-role-navidrome/defaults/main.yml

28 lines
564 B
YAML
Raw Normal View History

2022-09-26 07:52:13 +02:00
---
2022-09-26 10:34:16 +02:00
# defaults file for navidrome
navidrome_image_version: 'latest'
navidrome_config_volume: '/mnt/config-local/navidrome'
navidrome_music_volume: '/mnt/music'
navidrome_host_port: 48533
timezone: 'Europe/Brussels'
# Bonob
bonob_enabled: false
bonob_image_version: 'latest'
bonob_host_port: 48534
bonob_icon_color: "beige"
bonob_icon_background: "red"
## Bonob sonos settings
bonob_sonos_auto_register: 'true'
bonob_sonos_device_discovery: 'true'
bonob_sonos_seed_host:
bonob_sonos_service_id: "246"
## Subsonic
bonob_subsonic_custom_clients: 'audio/flac'