mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Update manifest.json
This commit is contained in:
parent
cd1d207c54
commit
ed13c81edb
1 changed files with 5 additions and 9 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "n8n",
|
"id": "n8n",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "",
|
"en": "Workflow Automation Tool. Easily automate tasks across different services.",
|
||||||
"fr": ""
|
"fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services."
|
||||||
},
|
},
|
||||||
"version": "0.138.0~ynh1",
|
"version": "0.138.0~ynh1",
|
||||||
"url": "https://n8n.io/",
|
"url": "https://n8n.io/",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"admindoc": "https://docs.n8n.io/",
|
"admindoc": "https://docs.n8n.io/",
|
||||||
"code": "https://github.com/n8n-io/n8n"
|
"code": "https://github.com/n8n-io/n8n"
|
||||||
},
|
},
|
||||||
"license": "",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": ""
|
"name": ""
|
||||||
},
|
},
|
||||||
|
@ -47,18 +47,14 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If enabled, Etherpad will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
"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, Etherpad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la 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
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"help": {
|
|
||||||
"en": "Use the help field to add an information for the admin about this question.",
|
|
||||||
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
||||||
},
|
|
||||||
"example": "Choose a password"
|
"example": "Choose a password"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue