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
2019-03-08 21:39:44 +01:00

85 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Fluxbb",
"id": "fluxbb",
"packaging_format": 1,
"description": {
"en": "FluxBB is fast, light, user-friendly forum software for your website.",
"fr": "FluxBB est un forum de discussions écrit en PHP rapide et léger."
},
"version": "1.5.11",
"url": "https://fluxbb.org/",
"license": "GPL-2.0-only",
"maintainer": {
"name": "antoine",
"email": "antoine@miaou.org",
"url": "https://miaou.org"
},
"requirements": {
"yunohost": ">= 3.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for FluxBB",
"fr": "Choisissez un nom de domaine pour FluxBB"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for FluxBB",
"fr": "Choisissez un chemin pour FluxBB"
},
"example": "/forum",
"default": "/forum"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"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",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
}
}
]
}
}