mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
update
This commit is contained in:
parent
34a0f4fb59
commit
aaf24178b8
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue