1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/manifest.json
2018-03-11 12:13:57 +01:00

56 lines
1.5 KiB
JSON

{
"name": "NodeBB",
"id": "nodebb",
"packaging_format": 1,
"version": "1.0",
"description": {
"en": "Nodejs Forum",
"fr": "Forum écrit en nodejs"
},
"url": "https://nodebb.org/",
"license": "GPL-3.0",
"maintainer": {
"name": "frju365",
"email": "abld@tutanota.com",
"url": "https://github.com/Yunohost-Apps/nodebb_ynh"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for NodeBB",
"fr": "Choisissez un nom de domaine pour NodeBB"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for NodeBB, only / is allowed.",
"fr": "Choisissez un chemin pour NodeBB, seul / est autorisé."
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site? ",
"fr": "Est-ce un site publique ? "
},
"default": true
}
]
}
}