{ "name": "Joomla", "id": "joomla", "packaging_format": 1, "description": { "en": "A content management system." }, "version": "4.1.0~ynh1", "url": "https://www.joomla.org", "upstream": { "license": "GPL-2.0-only", "website": "https://www.joomla.org/", "admindoc": "https://docs.joomla.org/", "code": "https://github.com/joomla/joomla-cms" }, "license": "GPL-2.0-only", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/example", "default": "/joomla" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "password", "type": "password", "help": { "en": "Password must be longer than 8 characters." } } ] } }