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

58 lines
1.4 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,
"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
},
2022-03-05 13:59:53 +01:00
"version": "1.19.3~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",
"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": {
2022-01-21 21:12:58 +01:00
"yunohost": ">= 4.3.0"
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": {
2022-01-27 01:16:53 +01:00
"install": [
2017-04-08 00:06:03 +02:00
{
"name": "domain",
2021-09-21 23:58:41 +02:00
"type": "domain"
2017-04-08 00:06:03 +02:00
},
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",
2021-09-21 23:58:41 +02:00
"type": "user"
2021-08-31 18:12:31 +02:00
},
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",
2021-09-21 23:58:41 +02:00
"type": "password"
2017-04-08 00:06:03 +02:00
}
]
}
}