1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
Éric Gaspar 2023-01-30 16:59:38 +01:00
parent 336f09e1f7
commit 7ff76eecae

View file

@ -102,4 +102,9 @@ DefaultLanguage="__LANGUAGE__"
DevActivityPanel=false DevActivityPanel=false
# Enable the Sharing feature # Enable the Sharing feature
EnableSharing=__ENABLE_SHARING__ EnableSharing="__ENABLE_SHARING__"
# Enable SSOWat authentication for all IP addresses
# If SSOWat didn't authenticate a user, manual login will still work (eg. for API)
ReverseProxyUserHeader = "remote-user"
ReverseProxyWhitelist = "0.0.0.0/0"