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-03-25 20:20:12 +01:00

45 lines
1,021 B
JSON

{
"name": "NodeBB",
"id": "nodebb",
"packaging_format": 1,
"description": {
"en": "Nodejs Forum",
"fr": "Forum écrit en nodejs"
},
"version": "1.16.2~ynh1",
"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": ">> 4.1.7"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}