1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
ericgaspar 2021-08-23 23:21:24 +02:00
parent 58b42e1357
commit 5e874f46fc
2 changed files with 9 additions and 0 deletions

View file

@ -145,6 +145,8 @@ then
ynh_permission_update --permission="main" --add="visitors"
fi
ynh_app_setting_set --app="$app" --key=skipped_uris --value="/api/,/scripts/api.js"
#=================================================
# RELOAD NGINX
#=================================================

View file

@ -149,6 +149,13 @@ if [ -f /tmp/FreshRSS.log ]; then
ynh_secure_remove /tmp/FreshRSS.log
fi
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Upgrading SSOwat configuration..."
ynh_app_setting_set --app="$app" --key=skipped_uris --value="/api/,/scripts/api.js"
#=================================================
# GENERIC FINALIZATION
#=================================================