2017-10-21 01:09:55 +02:00
|
|
|
{
|
2019-03-08 21:39:44 +01: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-17 10:23:56 +02:00
|
|
|
"version": "1.5.11~ynh3",
|
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": {
|
2020-02-18 21:43:57 +01:00
|
|
|
"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",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2019-03-08 21:39:44 +01:00
|
|
|
"example": "/forum",
|
2020-12-08 09:08:58 +01:00
|
|
|
"default": "/fluxbb"
|
2017-10-21 01:09:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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
|
|
|
}
|