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 c113f07c13
Fix
2021-06-28 10:57:39 +02:00

77 lines
2.3 KiB
JSON

{
"name": "phpBB",
"id": "phpBB",
"packaging_format": 1,
"description": {
"en": "Forum software that is easy to use, powerful, and highly customisable",
"fr": "Forum facile à utiliser, puissant et hautement personnalisable"
},
"version": "3.3.4~ynh1",
"url": "http://www.phpbb.com/",
"upstream": {
"license": "GPL-2.0-only",
"website": "http://www.phpbb.com/",
"demo": "https://www.phpbb.com/demo/",
"admindoc": "https://www.phpbb.com/support/docs/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/phpbb/phpbb"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"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": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
}
]
}
}