1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

implementing noauth

This commit is contained in:
yalh76 2020-02-22 16:23:43 +01:00
parent 62855b6feb
commit ab87488c7a
2 changed files with 2 additions and 0 deletions

View file

@ -279,6 +279,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

@ -340,6 +340,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