mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "NodeBB",
|
|
"id": "nodebb",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Nodejs Forum",
|
|
"fr": "Forum écrit en nodejs"
|
|
},
|
|
"version": "1.18.0~ynh1",
|
|
"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": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|