mirror of
https://github.com/YunoHost-Apps/fluxbb_ynh.git
synced 2024-09-03 18:36:14 +02:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "FluxBB",
|
|
"id": "fluxbb",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Fast, light, user-friendly forum software",
|
|
"fr": "Forum de discussions rapide et léger"
|
|
},
|
|
"version": "1.5.11~ynh5",
|
|
"url": "https://fluxbb.org/",
|
|
"upstream": {
|
|
"license": "GPL-2.0-only",
|
|
"website": "https://fluxbb.org/",
|
|
"demo": "https://fluxbb.org/forums/index.php",
|
|
"admindoc": "https://fluxbb.org/docs/",
|
|
"code": "https://github.com/fluxbb/fluxbb/"
|
|
},
|
|
"license": "GPL-2.0-only",
|
|
"maintainer": {
|
|
"name": "Antoine",
|
|
"email": "antoine@miaou.org",
|
|
"url": "https://miaou.org"
|
|
},
|
|
"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": "/fluxbb",
|
|
"default": "/fluxbb"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Visibility of the forum",
|
|
"fr": "La visibilité du forum"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|
|
}
|