From 8d9cc8ee9e434029f63b2224ffa035d6a54e3bd0 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 10 Dec 2021 21:39:10 +0100 Subject: [PATCH 1/3] Implement WEBHOOK_URL in environment file --- conf/.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/.env b/conf/.env index 284def8..4dc66d7 100644 --- a/conf/.env +++ b/conf/.env @@ -9,6 +9,9 @@ N8N_BASIC_AUTH_PASSWORD=__PASSWORD__ # The path n8n is deployed to. N8N_PATH=__PATH__/ +# Actual public address, especially useful for external tools connecting to n8n +WEBHOOK_URL=https://__DOMAIN____PATH__ + # Optional timezone to set which gets used by Cron-Node by default # If not set New York time will be used GENERIC_TIMEZONE=__TIMEZONE__ From a2108b0001538e8ab8f3f7c93eba661c3412fa91 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 12 Dec 2021 22:40:44 +0100 Subject: [PATCH 2/3] Bump to version 0.153.0 --- manifest.json | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8c6164f..714554a 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.138.0~ynh1", + "version": "0.153.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0-with-commons-clause", diff --git a/scripts/install b/scripts/install index ec0a6e7..cc7b3cf 100755 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 pushd $final_path ynh_use_nodejs - ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n --unsafe-perm + ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n@${n8n_version} popd chmod 750 "$final_path" From 7607a08c7af8c2a9663510df24dd191e4c38d510 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 12 Dec 2021 21:42:02 +0000 Subject: [PATCH 3/3] 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 7a98716..c49d936 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,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.138.0~ynh1 +**Shipped version:** 0.153.0~ynh1 **Demo:** https://demo.example.com diff --git a/README_fr.md b/README_fr.md index e81c755..d982866 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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.138.0~ynh1 +**Version incluse :** 0.153.0~ynh1 **Démo :** https://demo.example.com