1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00
fluxbb_ynh/manifest.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2017-10-21 01:09:55 +02:00
{
2021-09-23 23:06:49 +02:00
"name": "FluxBB",
2017-10-21 01:09:55 +02:00
"id": "fluxbb",
"packaging_format": 1,
"description": {
2020-12-08 09:08:58 +01:00
"en": "Fast, light, user-friendly forum software",
2021-09-03 13:15:47 +02:00
"fr": "Forum de discussions rapide et léger"
2017-10-21 01:09:55 +02:00
},
2021-09-24 07:36:03 +02:00
"version": "1.5.11~ynh4",
2019-03-08 21:39:44 +01:00
"url": "https://fluxbb.org/",
2021-06-29 19:47:16 +02:00
"upstream": {
"license": "GPL-2.0-only",
"website": "https://fluxbb.org/",
"demo": "https://fluxbb.org/forums/index.php",
"admindoc": "https://fluxbb.org/docs/",
"userdoc": "https://yunohost.org/en/app_fluxbb"
},
2019-03-08 21:39:44 +01:00
"license": "GPL-2.0-only",
2017-10-21 01:09:55 +02:00
"maintainer": {
"name": "Antoine",
2019-03-08 21:39:44 +01:00
"email": "antoine@miaou.org",
"url": "https://miaou.org"
2017-10-21 01:09:55 +02:00
},
"requirements": {
2021-06-29 19:47:16 +02:00
"yunohost": ">= 4.2.4"
2017-10-21 01:09:55 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-04-29 07:51:04 +02:00
"php7.3-fpm",
2017-10-21 01:09:55 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-23 23:06:49 +02:00
"type": "domain"
2017-10-21 01:09:55 +02:00
},
{
"name": "path",
"type": "path",
2021-09-23 23:06:49 +02:00
"example": "/fluxbb",
2020-12-08 09:08:58 +01:00
"default": "/fluxbb"
2017-10-21 01:09:55 +02:00
},
{
"name": "admin",
2021-09-23 23:06:49 +02:00
"type": "user"
2017-10-21 01:09:55 +02:00
},
{
"name": "is_public",
"type": "boolean",
2020-11-06 10:32:37 +01:00
"help": {
"en": "Visibility of the forum",
"fr": "La visibilité du forum"
},
2017-10-21 01:09:55 +02:00
"default": true
2019-03-08 21:39:44 +01:00
},
{
"name": "password",
2021-04-29 07:51:04 +02:00
"type": "password"
2017-10-21 01:09:55 +02:00
}
]
}
2019-03-08 21:39:44 +01:00
}