2023-03-31 20:51:42 +02:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "n8n"
|
|
|
|
|
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"
|
|
|
|
|
|
2023-08-13 18:54:07 +02:00
|
|
|
|
version = "1.1.1~ynh1"
|
2023-03-31 20:51:42 +02:00
|
|
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
website = "https://n8n.io/"
|
|
|
|
|
admindoc = "https://docs.n8n.io/"
|
|
|
|
|
code = "https://github.com/n8n-io/n8n"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-08-13 18:54:07 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-03-31 20:58:08 +02:00
|
|
|
|
architectures = "all"
|
2023-03-31 20:51:42 +02:00
|
|
|
|
multi_instance = false
|
2023-03-31 20:58:08 +02:00
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-03-31 20:51:42 +02:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
|
type = "path"
|
|
|
|
|
default = "/n8n"
|
|
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
|
help.en = "Users email address to use for notifications"
|
|
|
|
|
help.fr = "Adresse e-mail des utilisateurs à utiliser pour les notifications"
|
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
help.en = "If enabled, n8n will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
|
|
|
|
help.fr = "Si cette case est cochée, n8n sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
2023-03-31 20:58:08 +02:00
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
2023-03-31 20:51:42 +02:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
2023-03-31 20:58:08 +02:00
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "mariadb-server"
|
|
|
|
|
|
2023-03-31 20:51:42 +02:00
|
|
|
|
[resources.database]
|
|
|
|
|
type = "mysql"
|