mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
0566fb7b7f
- `main` v1.54.2: https://github.com/n8n-io/n8n/releases/tag/n8n%401.54.2
79 lines
1.8 KiB
TOML
79 lines
1.8 KiB
TOML
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.54.2~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://n8n.io/"
|
|
admindoc = "https://docs.n8n.io/"
|
|
code = "https://github.com/n8n-io/n8n"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "1500M"
|
|
ram.runtime = "50M"
|
|
|
|
[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"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["fr", "en"]
|
|
default = "fr"
|
|
|
|
[resources]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.54.2.tar.gz"
|
|
sha256 = "6d4d23cfc9126ee18bb78bee1ac51fa57d672b90398708d41d72ceba72d608f7"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.version_regex = "^n8n@(.*)$"
|
|
prefetch = false
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|