mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
59 lines
1.8 KiB
JSON
Executable file
59 lines
1.8 KiB
JSON
Executable file
{
|
||
"name": "n8n",
|
||
"id": "n8n",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Workflow Automation Tool. Easily automate tasks across different services",
|
||
"fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
|
||
},
|
||
"version": "0.217.0~ynh1",
|
||
"url": "https://n8n.io/",
|
||
"upstream": {
|
||
"license": "Apache-2.0",
|
||
"website": "https://n8n.io/",
|
||
"admindoc": "https://docs.n8n.io/",
|
||
"code": "https://github.com/n8n-io/n8n"
|
||
},
|
||
"license": "Apache-2.0",
|
||
"maintainer": {
|
||
"name": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.9"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/n8n",
|
||
"default": "/n8n"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"help": {
|
||
"en": "Users email address to use for notifications",
|
||
"fr": "Adresse e-mail des utilisateurs à utiliser pour les notifications"
|
||
}
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, n8n will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"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."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|