16 lines
616 B
Plaintext
16 lines
616 B
Plaintext
|
{% if bonob_enabled %}
|
||
|
BNB_SONOS_AUTO_REGISTER={{ bonob_sonos_auto_register }}
|
||
|
BNB_SONOS_DEVICE_DISCOVERY={{ bonob_sonos_device_discovery }}
|
||
|
BNB_PORT=3000
|
||
|
{% if bonob_sonos_seed_host %}
|
||
|
BNB_SONOS_SEED_HOST={{ bonob_sonos_seed_host }}
|
||
|
{% endif %}
|
||
|
BNB_SUBSONIC_URL=http://navidrome:4533
|
||
|
BNB_SONOS_SERVICE_ID={{ bonob_sonos_service_id }}
|
||
|
BNB_URL=http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:{{ bonob_host_port }}
|
||
|
BNB_SUBSONIC_CUSTOM_CLIENTS="audio/flac"
|
||
|
BNB_ICON_FOREGROUND_COLOR={{ bonob_icon_color }}
|
||
|
BNB_ICON_BACKGROUND_COLOR={{ bonob_icon_background }}
|
||
|
TZ={{ timezone }}
|
||
|
{% endif %}
|