mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
70 lines
1.8 KiB
JSON
70 lines
1.8 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~ynh3",
|
|
"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": "eric_G",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/phpbb",
|
|
"default": "/phpbb"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the board language",
|
|
"fr": "Choisissez la langue du forum"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|
|
}
|