1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
n8n_ynh/manifest.toml

80 lines
1.8 KiB
TOML
Raw Normal View History

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"
version = "1.51.2~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]
[resources.sources]
[resources.sources.main]
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.51.2.tar.gz"
sha256 = "958fc0b470625ed816a5cf42822f11486c46d9700ee40d6443e94cfc8afa8d26"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "^n8n@(.*)$"
prefetch = false
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"