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-03-11 11:38:20 +01:00
"version": "1.8.30~ynh1",
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"
},
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": {
2021-12-12 18:58:42 +01:00
"yunohost": ">= 4.3.0"
2021-08-28 14:23:48 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"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
}
]
}
}