{ "name": "CodiMD", "id": "codimd", "packaging_format": 1, "description": { "en": "CodiMD package for YunoHost.", "fr": "CodiMD pour YunoHost." }, "version": "1.2.1", "url": "https://github.com/hackmdio/codimd/", "license": "free", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 2.7.2" }, "multi_instance": true, "services": [ "nginx", "php5-fpm", "mysql" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for CodiMD", "fr": "Choisissez un nom de domaine pour CodiMD" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for CodiMD /codimd is accepted", "fr": "Choisissez un chemin pour CodiMD /codimd est accepté" }, "example": "/codimd", "default": "/codimd" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public site ?", "fr": "Est-ce un site public ?" }, "default": "true" } ] } }