2019-02-11 22:53:11 +01:00
|
|
|
{
|
|
|
|
"name": "PHPBoost",
|
|
|
|
"id": "phpboost",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "PHPBoost package for YunoHost.",
|
|
|
|
"fr": "PHPBoost pour YunoHost."
|
|
|
|
},
|
2021-07-05 08:43:40 +02:00
|
|
|
"version": "5.2~ynh1",
|
2019-02-11 22:53:11 +01:00
|
|
|
"url": "https://www.phpboost.com/",
|
2021-07-05 08:23:44 +02:00
|
|
|
"upstream": {
|
2021-07-05 08:43:40 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2021-07-05 08:23:44 +02:00
|
|
|
"website": "https://www.phpboost.com/",
|
2021-07-05 08:43:40 +02:00
|
|
|
"demo": "https://demo.phpboost.com/",
|
|
|
|
"admindoc": "https://www.phpboost.com/wiki/wiki.php",
|
2021-07-05 08:23:44 +02:00
|
|
|
"userdoc": "https://yunohost.org/apps",
|
|
|
|
"code": "https://some.forge.com/example/example"
|
|
|
|
},
|
2021-07-05 08:43:40 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2019-02-11 22:53:11 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-07-05 08:20:44 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2019-02-11 22:53:11 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-07-05 08:20:44 +02:00
|
|
|
"php7.3-fpm"
|
2019-02-11 22:53:11 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2021-07-05 08:20:44 +02:00
|
|
|
"example": "/phpboost",
|
|
|
|
"default": "/phpboost"
|
2019-02-11 22:53:11 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-07-05 08:23:44 +02:00
|
|
|
"default": true
|
2019-02-11 22:53:11 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|