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

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-28 14:23:48 +02:00
{
"name": "MyBB",
"id": "mybb",
"packaging_format": 1,
"description": {
"en": "Forum software",
"fr": "Forum open source et libre"
},
2022-08-17 18:39:50 +02:00
"version": "1.8.30~ynh2",
2021-08-28 14:23:48 +02:00
"url": "https://mybb.com/",
"upstream": {
2021-08-28 14:32:23 +02:00
"license": "LGPL-3.0-only",
2021-08-28 14:23:48 +02:00
"website": "https://mybb.com/",
2021-08-28 14:28:57 +02:00
"demo": "https://demomybb.tk/",
2021-08-28 14:23:48 +02:00
"admindoc": "https://docs.mybb.com/1.8/administration/",
"code": "https://github.com/mybb/mybb",
"cpe": "cpe:2.3:a:mybb:mybb"
2021-08-28 14:23:48 +02:00
},
2021-08-28 14:32:23 +02:00
"license": "LGPL-3.0-only",
2021-08-28 14:23:48 +02:00
"maintainer": {
2021-08-28 14:32:23 +02:00
"name": "",
"email": ""
2021-08-28 14:23:48 +02:00
},
"requirements": {
2022-08-15 18:44:42 +02:00
"yunohost": ">= 11.0.9"
2021-08-28 14:23:48 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-08-15 18:44:42 +02:00
"php8.0-fpm",
2021-08-28 14:23:48 +02:00
"mysql"
],
"arguments": {
"install": [
2021-08-28 14:23:48 +02:00
{
"name": "domain",
2021-09-21 23:57:26 +02:00
"type": "domain"
2021-08-28 14:23:48 +02:00
},
{
"name": "path",
"type": "path",
"example": "/mybb",
"default": "/mybb"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}