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
2021-04-28 23:49:17 +02:00

69 lines
1.8 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~ynh2",
"url": "https://fluxbb.org/",
"license": "GPL-2.0-only",
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org",
"url": "https://miaou.org"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/forum",
"default": "/fluxbb"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Visibility of the forum",
"fr": "La visibilité du forum"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en"],
"default": "en"
},
{
"name": "password",
"type": "password",
}
]
}
}