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:
parent
8038e397b2
commit
5f46872c67
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue