mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
19 lines
447 B
YAML
19 lines
447 B
YAML
---
|
|
navidrome_enabled: false
|
|
navidrome_available_externally: false
|
|
|
|
# directories
|
|
navidrome_data_directory: "{{ docker_home }}/navidrome"
|
|
navidrome_music_directory: "{{ music_root }}"
|
|
|
|
# network
|
|
navidrome_port: "4533"
|
|
navidrome_hostname: "navidrome"
|
|
|
|
# specs
|
|
navidrome_memory: 1g
|
|
|
|
# default config
|
|
navidrome_scan_schedule: "@every 1m" # Cron syntax (https://en.wikipedia.org/wiki/Cron)
|
|
navidrome_log_level: "info"
|
|
navidrome_session_timeout: "24h"
|