mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-27 10:45:14 +00:00
0dbffe9f44
Navidrome is an open source web-based music collection server and streamer that is compatible with Subsonic/Airsonic. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
20 lines
450 B
YAML
20 lines
450 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"
|