From aaf24178b8a99c8c71591f60d1f8b42ea231c8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:54:18 +0100 Subject: [PATCH] update --- manifest.toml | 5 ++++- scripts/_common.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 724cb31..7cab154 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.9.3~ynh1" +version = "1.16.0~ynh1" maintainers = [] @@ -19,8 +19,11 @@ code = "https://github.com/n8n-io/n8n" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "1500M" ram.runtime = "50M" diff --git a/scripts/_common.sh b/scripts/_common.sh index d802561..bd66ff8 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.9.3 +n8n_version=1.16.0 timezone="$(cat /etc/timezone)" main_domain=$(cat /etc/yunohost/current_host)