1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpboost_ynh.git synced 2024-09-03 19:56:33 +02:00
phpboost_ynh/manifest.json
liberodark ad80604322 update
2019-02-11 22:53:11 +01:00

58 lines
1.5 KiB
JSON

{
"name": "PHPBoost",
"id": "phpboost",
"packaging_format": 1,
"description": {
"en": "PHPBoost package for YunoHost.",
"fr": "PHPBoost pour YunoHost."
},
"version": "5.2",
"url": "https://www.phpboost.com/",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PHPBoost",
"fr": "Choisissez un nom de domaine pour PHPBoost"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PHPBoost /phpb is accepted",
"fr": "Choisissez un chemin pour PHPBoost /phpb est accepté"
},
"example": "/phpb",
"default": "/phpb"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}