From e11bca70b938e36fb9983f40483d3a2172b66d28 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 May 2021 11:56:37 +0200 Subject: [PATCH 1/3] Fix --- scripts/upgrade | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index d4eada2..fc8e6aa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,16 +57,6 @@ if ynh_legacy_permissions_exists; then ynh_app_setting_delete --app=$app --key=is_public fi -if ! ynh_permission_exists --permission="admin"; then - # Create the required permissions - ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin -fi - -# Create a permission if needed -if ! ynh_permission_exists --permission="api"; then - ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --show_tile="false" --protected="true" -fi - #================================================= # NGINX CONFIGURATION #================================================= From ac229141fb1f056e4fa68a011c3e58fdfc4b2f28 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 May 2021 11:57:26 +0200 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cdf0a6d..829123f 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "url": "https://squeak.eauchat.org" }, "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ From 98ba8de164757c414c4cec3a8a5d7b4dc540e53c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 May 2021 11:58:06 +0200 Subject: [PATCH 3/3] Update check_process --- check_process | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 4875cde..eef6d32 100644 --- a/check_process +++ b/check_process @@ -3,9 +3,9 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public=1 (PUBLIC|public=1|private=0) + domain="domain.tld" + path="/path" + is_public=1 password="pass" ; Checks pkg_linter=1