1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Implementing noauth

This commit is contained in:
yalh76 2020-02-22 16:22:25 +01:00
parent dd1c92467b
commit 9117537c84
2 changed files with 2 additions and 0 deletions

View file

@ -225,6 +225,7 @@ then
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
fi
ynh_app_setting_set --app=$app --key=noauth_uris --value="/"
#=================================================
# RELOAD NGINX

View file

@ -220,6 +220,7 @@ then
# unprotected_uris allows SSO credentials to be passed anyway
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
fi
ynh_app_setting_set --app=$app --key=noauth_uris --value="/"
#=================================================
# START SYSTEMD SERVICE