mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
60 lines
1.8 KiB
JSON
Executable file
60 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.153.0~ynh1",
|
||
"url": "https://n8n.io/",
|
||
"upstream": {
|
||
"license": "Apache-2.0-with-commons-clause",
|
||
"website": "https://n8n.io/",
|
||
"demo": "https://demo.example.com",
|
||
"admindoc": "https://docs.n8n.io/",
|
||
"code": "https://github.com/n8n-io/n8n"
|
||
},
|
||
"license": "Apache-2.0-with-commons-clause",
|
||
"maintainer": {
|
||
"name": "fflorent"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.4"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/n8n",
|
||
"default": "/n8n"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user"
|
||
},
|
||
{
|
||
"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
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password"
|
||
}
|
||
]
|
||
}
|
||
}
|