From c47c0c34c629622508a63d50a1e37abf1aa44e7b Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Tue, 7 Mar 2023 11:43:20 +0000 Subject: [PATCH] updated n8n to 0.218.0 --- README.md | 2 +- conf/.env | 1 + manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6f1669..66ce065 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.203.1~ynh1 +**Shipped version:** 0.218.0~ynh1 ## Screenshots diff --git a/conf/.env b/conf/.env index ae10826..d7d91a1 100644 --- a/conf/.env +++ b/conf/.env @@ -15,6 +15,7 @@ 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__ +TZ=__TIMEZONE__ # Use http (we're behind a reverse-proxy) N8N_PROTOCOL=http diff --git a/manifest.json b/manifest.json index ce18289..a22cba6 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.203.1~ynh1", + "version": "0.218.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index e0d5ea1..9ad0600 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.203.1 +n8n_version=0.218.0 #================================================= # PERSONAL HELPERS