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

57 lines
1.5 KiB
JSON
Raw Normal View History

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