{ "name": "Cockpit", "id": "cockpit", "packaging_format": 1, "description": { "en": "Sysadmin login session in a web browser.", "fr": "Session de connexion sysadmin dans un navigateur Web." }, "version": "232~ynh1", "url": "https://cockpit-project.org/", "license": "LGPL-2.1-only", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ "nginx", "mysql" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/cockpit", "default": "/cockpit" }, { "name": "is_public", "type": "boolean", "default": true } ] } }