diff --git a/manifest.json b/manifest.json index 9390c27..f40471e 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "name": "yalh76" }, "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.8.4.8" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index acf2a6b..0b8e763 100644 --- a/scripts/install +++ b/scripts/install @@ -224,7 +224,7 @@ ynh_print_info --message="Configuring SSOwat..." if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway. - ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" + ynh_app_setting_set --app=$app --key=skipped_uris --value="/" fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 499e5b8..64fd78b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -224,7 +224,7 @@ ynh_print_info --message="Upgrading SSOwat configuration..." if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway - ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" + ynh_app_setting_set --app=$app --key=skipped_uris --value="/" fi #=================================================