1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Enable SSO auth (does not prevent Subsonic API on 'public' mode)

This commit is contained in:
selfhoster1312 2023-01-13 10:27:18 +01:00
parent 8038e397b2
commit 5f46872c67

View file

@ -96,3 +96,8 @@ EnableExternalServices = "true"
# Set the language by default
DefaultLanguage="__LANGUAGE__"
# 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"