1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mybb_ynh.git synced 2024-09-03 19:46:07 +02:00
mybb_ynh/manifest.json
2022-03-11 11:38:20 +01:00

51 lines
1.2 KiB
JSON

{
"name": "MyBB",
"id": "mybb",
"packaging_format": 1,
"description": {
"en": "Forum software",
"fr": "Forum open source et libre"
},
"version": "1.8.30~ynh1",
"url": "https://mybb.com/",
"upstream": {
"license": "LGPL-3.0-only",
"website": "https://mybb.com/",
"demo": "https://demomybb.tk/",
"admindoc": "https://docs.mybb.com/1.8/administration/",
"code": "https://github.com/mybb/mybb"
},
"license": "LGPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/mybb",
"default": "/mybb"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}