From 01d99a34a6050aee3b9690eb7dbe21db1c98a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:40:12 +0200 Subject: [PATCH 1/8] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9ad0600..bf17f53 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.218.0 +n8n_version=0.221.2 #================================================= # PERSONAL HELPERS From 0232c192b84cf7b01384dcc4c15ceb62fa2c31ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:26:37 +0200 Subject: [PATCH 2/8] 1.1.1 --- manifest.json | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 704c441..118b6cd 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.218.0~ynh1", + "version": "1.1.1~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", @@ -19,7 +19,7 @@ "name": "" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index bf17f53..6a84d6a 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.221.2 +n8n_version=1.1.1 #================================================= # PERSONAL HELPERS From eacf17c3969c532e17bdecd7a0c36e4484432fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:48:14 +0200 Subject: [PATCH 3/8] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6a84d6a..3ffdb1c 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=20 n8n_version=1.1.1 From a5123ed03eaaf3fe7fb5e154adc3fbe63a9079fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 13 Aug 2023 16:48:20 +0000 Subject: [PATCH 4/8] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abbe7ae..d686b9c 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 0.218.0~ynh1 +**Shipped version:** 1.1.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 20b2422..d39e111 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Version incluse :** 0.218.0~ynh1 +**Version incluse :** 1.1.1~ynh1 ## Captures d’écran From 85340a3c133ab2e192adb3bc41313b3bbd403a36 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Oct 2023 08:21:10 +0200 Subject: [PATCH 5/8] 1.9.3 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 118b6cd..2017ef4 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "1.1.1~ynh1", + "version": "1.9.3~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 3ffdb1c..5bd136c 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.1.1 +n8n_version=1.9.3 #================================================= # PERSONAL HELPERS From 06f31ded0b687d2e5d9f8e54ee8dabb3dd6c6018 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 15 Oct 2023 06:21:16 +0000 Subject: [PATCH 6/8] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d686b9c..f13b157 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 1.1.1~ynh1 +**Shipped version:** 1.9.3~ynh1 ## Screenshots @@ -33,7 +33,6 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d39e111..d8d98d1 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Version incluse :** 1.1.1~ynh1 +**Version incluse :** 1.9.3~ynh1 ## Captures d’écran @@ -33,7 +33,6 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs From f2da15c4f037e985fb9f7c111593ecbf03b154ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Oct 2023 08:22:44 +0200 Subject: [PATCH 7/8] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 65dc48e..5b59d89 100644 --- a/conf/.env +++ b/conf/.env @@ -1,5 +1,5 @@ # Folder where data should be saved -N8N_USER_FOLDER=__DATADIR__ +N8N_USER_FOLDER=__DATA_DIR__ # Disable Basic Auth in favour of User Management N8N_BASIC_AUTH_ACTIVE=false From 61a3bd7a0c9b14497ad5e2d6270d0eaf8cd746a9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Oct 2023 08:23:03 +0200 Subject: [PATCH 8/8] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 5b59d89..65dc48e 100644 --- a/conf/.env +++ b/conf/.env @@ -1,5 +1,5 @@ # Folder where data should be saved -N8N_USER_FOLDER=__DATA_DIR__ +N8N_USER_FOLDER=__DATADIR__ # Disable Basic Auth in favour of User Management N8N_BASIC_AUTH_ACTIVE=false