1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00
phpbb_ynh/manifest.json
ericgaspar 5a93443b4e
Fix
2021-06-28 10:00:43 +02:00

94 lines
2.9 KiB
JSON

{
"name": "phpBB",
"id": "phpBB",
"packaging_format": 1,
"description": {
"en": "#1 free, opensource bulletin board software",
"fr": "Le 1er logiciel de forum libre et gratuit"
},
"version": "3.3.4~ynh1",
"url": "http://www.phpbb.com/",
"upstream": {
"license": "free",
"website": "https://example.com",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://some.forge.com/example/example"
},
"license": "free",
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
},
{
"name": "admin_email",
"ask": {
"en": "Indicate phpBB admin email - Please make sure it exists on this server !",
"fr": "Renseignez un e-mail pour l'admin phpBB"
},
"example": "admin@DOMAIN.TLD"
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "curl_inst",
"ask": {
"en": "Automatically configure phpBB via cURL ? [BROKEN - DO NOT USE]",
"fr": "Configurer phpBB automatiquement via cURL ? [CASSE - NE PAS UTILISER]"
},
"choices": ["Yes", "No"],
"default": "No"
}
]
}
}