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
2021-09-25 13:10:43 +02:00

58 lines
1.4 KiB
JSON

{
"name": "NodeBB",
"id": "nodebb",
"packaging_format": 1,
"description": {
"en": "Forum software built for the modern web",
"fr": "Logiciel de forum conçu pour le Web moderne"
},
"version": "1.18.3~ynh2",
"url": "https://nodebb.org",
"upstream": {
"license": "GPL-3.0",
"website": "https://nodebb.org",
"demo": "https://try.nodebb.org",
"admindoc": "https://docs.nodebb.org",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/NodeBB/NodeBB"
},
"license": "GPL-3.0",
"maintainer": {
"name": "frju365",
"email": "abld@tutanota.com"
},
"requirements": {
"yunohost": ">> 4.2.4"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/forum",
"default": "/forum"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "password",
"type": "password"
}
]
}
}