mirror of
https://github.com/YunoHost-Apps/phpboost_ynh.git
synced 2024-09-03 19:56:33 +02:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "PHPBoost",
|
|
"id": "phpboost",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "French and free content management system (CMS)",
|
|
"fr": "système de gestion de contenu (CMS) français et libre"
|
|
},
|
|
"version": "5.2.10~ynh2",
|
|
"url": "https://www.phpboost.com/",
|
|
"upstream": {
|
|
"license": "GPL-3.0-only",
|
|
"website": "https://www.phpboost.com/",
|
|
"demo": "https://demo.phpboost.com/",
|
|
"admindoc": "https://www.phpboost.com/wiki/wiki.php",
|
|
"userdoc": "https://yunohost.org/apps",
|
|
"code": "https://github.com/PHPBoost/PHPBoost"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "liberodark",
|
|
"email": "liberodark@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/phpboost",
|
|
"default": "/phpboost"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|