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
ericgaspar 21d3ff64b0 5.2.11
2022-03-06 08:20:13 +01:00

49 lines
1.3 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.11~ynh1",
"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",
"code": "https://github.com/PHPBoost/PHPBoost"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/phpboost",
"default": "/phpboost"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}