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,
|
|
|
|
"description": {
|
2021-09-01 16:31:35 +02:00
|
|
|
"en": "Forum software built for the modern web",
|
|
|
|
"fr": "Logiciel de forum conçu pour le Web moderne"
|
2017-04-08 00:06:03 +02:00
|
|
|
},
|
2021-08-31 15:47:02 +02:00
|
|
|
"version": "1.18.0~ynh1",
|
2021-09-01 16:31:35 +02:00
|
|
|
"url": "https://nodebb.org",
|
2021-05-30 09:32:37 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"website": "https://nodebb.org",
|
|
|
|
"demo": "https://try.nodebb.org",
|
2021-09-01 16:31:35 +02:00
|
|
|
"admindoc": "https://docs.nodebb.org",
|
2021-05-30 09:32:37 +02:00
|
|
|
"userdoc": "https://yunohost.org/apps",
|
2021-09-01 16:31:35 +02:00
|
|
|
"code": "https://github.com/NodeBB/NodeBB"
|
2021-05-30 09:32:37 +02:00
|
|
|
},
|
2018-03-11 11:59:29 +01:00
|
|
|
"license": "GPL-3.0",
|
2017-04-08 00:06:03 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "frju365",
|
2021-05-30 09:32:37 +02:00
|
|
|
"email": "abld@tutanota.com"
|
2017-04-08 00:06:03 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-05-30 09:17:14 +02:00
|
|
|
"yunohost": ">> 4.2.4"
|
2017-04-08 00:06:03 +02:00
|
|
|
},
|
2021-08-31 21:26:01 +02:00
|
|
|
"multi_instance": true,
|
2017-04-08 00:06:03 +02:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-03-25 17:00:29 +01:00
|
|
|
"type": "domain",
|
2017-04-08 00:06:03 +02:00
|
|
|
"example": "example.com"
|
|
|
|
},
|
2021-08-31 21:26:01 +02:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/forum",
|
|
|
|
"default": "/forum"
|
|
|
|
},
|
2021-08-31 18:12:31 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
2017-04-08 00:06:03 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2021-08-31 18:12:31 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"example": "Choose a password"
|
2017-04-08 00:06:03 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|