navidrome: add sharing option
This commit is contained in:
parent
1941d0092c
commit
24a64c0919
@ -16,5 +16,8 @@ syncthing_conf_dir: "{{ dataroot }}/syncthing/config"
|
|||||||
music_path: "{{ dataroot }}/music"
|
music_path: "{{ dataroot }}/music"
|
||||||
|
|
||||||
navidrome_domain: "mus.{{ domain }}"
|
navidrome_domain: "mus.{{ domain }}"
|
||||||
|
# enable navidrome shares (this will give permissions to all users!)
|
||||||
|
# quotes are important
|
||||||
|
navidrome_sharing: "false"
|
||||||
|
|
||||||
paperless_domain: "doc.{{ domain }}"
|
paperless_domain: "doc.{{ domain }}"
|
||||||
|
@ -57,6 +57,7 @@ services:
|
|||||||
user: {{ user_navidrome.uid }}:{{ user_navidrome.group }}
|
user: {{ user_navidrome.uid }}:{{ user_navidrome.group }}
|
||||||
environment:
|
environment:
|
||||||
ND_LISTENBRAINZ_ENABLED: true
|
ND_LISTENBRAINZ_ENABLED: true
|
||||||
|
ND_ENABLESHARING: {{ navidrome_sharing | default("false", true) }}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ dataroot }}/navidrome:/data"
|
- "{{ dataroot }}/navidrome:/data"
|
||||||
|
Loading…
Reference in New Issue
Block a user