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

46 lines
1,021 B
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-03-25 17:00:29 +01:00
"version": "1.16.2~ynh1",
2017-04-19 00:58:33 +02:00
"url": "https://nodebb.org/",
2018-03-11 11:59:29 +01:00
"license": "GPL-3.0",
2017-04-08 00:06:03 +02:00
"maintainer": {
"name": "frju365",
2018-03-11 12:01:52 +01:00
"email": "abld@tutanota.com",
"url": "https://github.com/Yunohost-Apps/nodebb_ynh"
2017-04-08 00:06:03 +02:00
},
"requirements": {
2021-03-25 17:00:29 +01:00
"yunohost": ">> 4.1.7"
2017-04-08 00:06:03 +02:00
},
"multi_instance": false,
"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"
},
{
"name": "path",
2021-03-25 17:00:29 +01:00
"type": "path",
2017-04-08 00:06:03 +02:00
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}