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

62 lines
1.5 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": {
2017-04-19 00:57:46 +02:00
"en": "Nodejs Forum",
"fr": "Forum écrit en nodejs"
2017-04-08 00:06:03 +02:00
},
2021-08-31 15:47:02 +02:00
"version": "1.18.0~ynh1",
2017-04-19 00:58:33 +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",
"admindoc": "https://docs.nodebb.org/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/NodeBB/NodeBB/"
},
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
}
]
}
}