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

95 lines
2.9 KiB
JSON
Raw Normal View History

2015-03-07 13:58:05 +01:00
{
"name": "phpBB",
"id": "phpBB",
2021-06-28 10:00:43 +02:00
"packaging_format": 1,
2015-03-07 13:58:05 +01:00
"description": {
"en": "#1 free, opensource bulletin board software",
"fr": "Le 1er logiciel de forum libre et gratuit"
},
2021-06-28 10:00:43 +02:00
"version": "3.3.4~ynh1",
2015-03-07 13:58:05 +01:00
"url": "http://www.phpbb.com/",
2021-06-28 10:00:43 +02:00
"upstream": {
"license": "free",
2021-06-28 10:15:06 +02:00
"website": "http://www.phpbb.com/",
2021-06-28 10:00:43 +02:00
"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",
2015-03-07 13:58:05 +01:00
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
2021-06-28 10:00:43 +02:00
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
2015-03-07 13:58:05 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2021-06-28 10:00:43 +02:00
"type": "domain",
"example": "example.com"
2015-03-07 13:58:05 +01:00
},
{
"name": "path",
2021-06-28 10:00:43 +02:00
"type": "path",
"example": "/example",
"default": "/example"
2015-03-07 13:58:05 +01:00
},
2015-03-07 14:55:18 +01:00
{
2021-06-28 10:00:43 +02:00
"name": "is_public",
"type": "boolean",
"default": true
2015-03-08 00:30:38 +01:00
},
{
2021-06-28 10:00:43 +02:00
"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."
2015-03-07 14:55:18 +01:00
},
2021-06-28 10:00:43 +02:00
"example": "Choose a password"
2015-03-07 16:19:05 +01:00
},
{
2015-03-08 00:30:38 +01:00
"name": "admin_email",
2015-03-07 16:19:05 +01:00
"ask": {
2015-03-08 00:30:38 +01:00
"en": "Indicate phpBB admin email - Please make sure it exists on this server !",
"fr": "Renseignez un e-mail pour l'admin phpBB"
2015-03-07 16:19:05 +01:00
},
2015-03-08 00:30:38 +01:00
"example": "admin@DOMAIN.TLD"
},
2021-06-28 10:00:43 +02:00
{
"name": "language",
"type": "string",
2015-03-08 00:30:38 +01:00
"ask": {
2021-06-28 10:00:43 +02:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
2015-03-08 00:30:38 +01:00
},
2021-06-28 10:00:43 +02:00
"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"
2015-03-07 16:19:05 +01:00
}
2015-03-07 13:58:05 +01:00
]
}
}