{ "name": "DotClear 2", "id": "dotclear2", "packaging_format": 1, "description": { "en": "Blog publishing application", "fr": "Moteur de blog" }, "version": "2.24.1~ynh1", "license": "GPL-2.0-or-later", "url": "https://dotclear.org/", "upstream": { "license": "GPL-2.0-or-later", "website": "https://dotclear.org", "demo": "https://www.softaculous.com/demos/Dotclear", "admindoc": "https://dotclear.org/documentation/2.0", "code": "https://git.dotclear.org/dev/dotclear" }, "maintainer": { "name": "kay0u", "email": "pierre@kayou.io" }, "requirements": { "yunohost": ">= 11.0.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/dotclear2", "default": "/dotclear2" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "admin", "type": "user" } ] } }