From ba19edc681591472fc724a1cf6a4c210a3f62772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:01:47 +0200 Subject: [PATCH 1/6] fix --- check_process | 26 -------------------------- manifest.toml | 3 ++- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index 20bad8e..0000000 --- a/check_process +++ /dev/null @@ -1,26 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/" - admin="john" - is_public=1 - password="1Strong-Password" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #upgrade=1 from_commit=CommitHash - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/manifest.toml b/manifest.toml index f744872..60b6687 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.commento.io/" code = "https://github.com/souramoo/commentoplusplus" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.16" architectures = ["amd64"] multi_instance = true ldap = false @@ -50,6 +50,7 @@ ram.runtime = "50M" url = "https://github.com/souramoo/commentoplusplus/releases/download/v1.8.7/release.tar.gz" sha256 = "a9925f34b3c035571b14b0d2f351129d70b9d589b9832fcb09f7f0d56d6d92a1" in_subdir = false + autoupdate.strategy = "latest_github_tag" [resources.ports] From e7813ca8f9faace2f52553ae655efec1ed686bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:02:13 +0200 Subject: [PATCH 2/6] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index fc82029..6505545 100755 --- a/scripts/install +++ b/scripts/install @@ -14,11 +14,6 @@ source /usr/share/yunohost/helpers #================================================= enable_registrations="false" - -#================================================= -# STORE SETTINGS FROM MANIFEST -#================================================= - ynh_app_setting_set --app=$app --key=enable_registrations --value=$enable_registrations #================================================= From eff183520d030c447234a14dcbcaa88c3591503d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:03:27 +0200 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 60b6687..99f632f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.commento.io/" code = "https://github.com/souramoo/commentoplusplus" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.17" architectures = ["amd64"] multi_instance = true ldap = false From 37c1889896ea79c4da6089dc75c56beb8534f444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 19 May 2023 11:37:57 +0200 Subject: [PATCH 4/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 99f632f..90d5e5b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.commento.io/" code = "https://github.com/souramoo/commentoplusplus" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.19" architectures = ["amd64"] multi_instance = true ldap = false From 8e3378f4558933f1c54cac25d006e172503715a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:04:35 +0200 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 90d5e5b..a2f219d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.commento.io/" code = "https://github.com/souramoo/commentoplusplus" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.21" architectures = ["amd64"] multi_instance = true ldap = false From 79e6f5f6d5d15c23b362b5be5f55adb28190b44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:10:06 +0200 Subject: [PATCH 6/6] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a2f219d..ad23f0a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.commento.io/" code = "https://github.com/souramoo/commentoplusplus" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = ["amd64"] multi_instance = true ldap = false @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.admin] type = "user"