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
2021-06-28 18:52:19 +02:00

73 lines
2 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": "",
"email": ""
},
"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": "/phpbb",
"default": "/phpbb"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
}
]
}
}