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"
|
|
|
|
|
2024-06-21 03:40:50 +02:00
|
|
|
version = "1.46.0~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"
|
2024-01-03 16:46:53 +01:00
|
|
|
multi_instance = true
|
2023-03-31 20:58:08 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-10-15 12:24:29 +02:00
|
|
|
ram.build = "1500M"
|
2023-03-31 20:58:08 +02:00
|
|
|
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]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-10-15 10:38:23 +02:00
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
|
|
type = "select"
|
|
|
|
choices = ["fr", "en"]
|
|
|
|
default = "fr"
|
|
|
|
|
2023-03-31 20:51:42 +02:00
|
|
|
[resources]
|
2023-03-31 20:58:08 +02:00
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
2024-02-04 22:16:50 +01:00
|
|
|
[resources.sources]
|
2024-03-30 21:09:47 +01:00
|
|
|
|
2024-02-04 22:16:50 +01:00
|
|
|
[resources.sources.main]
|
2024-06-21 03:40:50 +02:00
|
|
|
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.46.0.tar.gz"
|
|
|
|
sha256 = "8ad58259391107faf1080add0a98825f08b665e9e2e389fc7c16021335df968a"
|
2024-02-04 22:16:50 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-03-30 18:17:30 +01:00
|
|
|
autoupdate.version_regex = "^n8n@(.*)$"
|
|
|
|
prefetch = false
|
2024-02-04 22:16:50 +01:00
|
|
|
|
2023-03-31 20:51:42 +02:00
|
|
|
[resources.system_user]
|
2023-10-15 08:44:31 +02:00
|
|
|
allow_email = true
|
2023-03-31 20:51:42 +02:00
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-03-31 20:58:08 +02:00
|
|
|
[resources.apt]
|
2023-10-15 09:10:48 +02:00
|
|
|
packages = "postgresql"
|
2023-03-31 20:58:08 +02:00
|
|
|
|
2023-03-31 20:51:42 +02:00
|
|
|
[resources.database]
|
2023-10-15 09:10:48 +02:00
|
|
|
type = "postgresql"
|