navidrome: add sharing option

This commit is contained in:
dogeystamp 2024-03-10 21:22:29 -04:00
parent 1941d0092c
commit 24a64c0919
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 4 additions and 0 deletions

View File

@ -16,5 +16,8 @@ syncthing_conf_dir: "{{ dataroot }}/syncthing/config"
music_path: "{{ dataroot }}/music"
navidrome_domain: "mus.{{ domain }}"
# enable navidrome shares (this will give permissions to all users!)
# quotes are important
navidrome_sharing: "false"
paperless_domain: "doc.{{ domain }}"

View File

@ -57,6 +57,7 @@ services:
user: {{ user_navidrome.uid }}:{{ user_navidrome.group }}
environment:
ND_LISTENBRAINZ_ENABLED: true
ND_ENABLESHARING: {{ navidrome_sharing | default("false", true) }}
restart: unless-stopped
volumes:
- "{{ dataroot }}/navidrome:/data"