mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
parent
336f09e1f7
commit
7ff76eecae
1 changed files with 6 additions and 1 deletions
|
@ -102,4 +102,9 @@ DefaultLanguage="__LANGUAGE__"
|
|||
DevActivityPanel=false
|
||||
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue