{ "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~ynh3", "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.2.4" }, "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 } ] } }