mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
[enh] Pass SSO credentials even in public mode.
This commit is contained in:
parent
2c0fe02e0d
commit
596f8fd335
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fi
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
if [ "$is_public" = "Yes" ];
|
if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting etherpadlite skipped_uris -v "/"
|
sudo yunohost app setting etherpadlite unprotected_uris -v "/"
|
||||||
fi
|
fi
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
sudo service etherpad-lite start
|
sudo service etherpad-lite start
|
||||||
|
|
Loading…
Reference in a new issue