mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
[enh] Pass SSO credentials even in public mode.
This commit is contained in:
parent
06a63f2d57
commit
6d7e3ef9eb
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@ sudo chmod 600 $nginxconf
|
|||
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting hextris skipped_uris -v "/"
|
||||
sudo yunohost app setting hextris unprotected_uris -v "/"
|
||||
fi
|
||||
|
||||
# Reload web server & sso
|
||||
|
|
|
@ -26,7 +26,8 @@ sudo chmod 600 $nginxconf
|
|||
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting hextris skipped_uris -v "/"
|
||||
sudo yunohost app setting hextris skipped_uris -d
|
||||
sudo yunohost app setting hextris unprotected_uris -v "/"
|
||||
fi
|
||||
|
||||
# Reload web server & sso
|
||||
|
|
Loading…
Reference in a new issue