mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[enh] Pass SSO credentials even in public mode.00
This commit is contained in:
parent
90736b2cc3
commit
2227cd2761
2 changed files with 3 additions and 2 deletions
|
@ -80,6 +80,6 @@ sudo service uwsgi restart
|
|||
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting searx skipped_uris -v "/"
|
||||
sudo yunohost app setting searx unprotected_uris -v "/"
|
||||
fi
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
|
@ -78,6 +78,7 @@ sudo service uwsgi restart
|
|||
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting searx skipped_uris -v "/"
|
||||
sudo yunohost app setting searx skipped_uris -d
|
||||
sudo yunohost app setting searx unprotected_uris -v "/"
|
||||
fi
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue