1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
This commit is contained in:
Éric Gaspar 2023-11-17 09:54:18 +01:00
parent 34a0f4fb59
commit aaf24178b8
2 changed files with 5 additions and 2 deletions

View file

@ -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"

View file

@ -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)