{ "name": "CodiMD", "id": "codimd", "packaging_format": 1, "description": { "en": "A collaborative editor to work on notes written in Markdown", "fr": "Un éditeur collaboratif pour travailler sur des notes en Markdown" }, "version": "1.6.0~ynh1", "url": "https://github.com/codimd/server", "license": "AGPL-v3", "maintainer": { "name": "liberodark" }, "requirements": { "yunohost": ">= 3.6" }, "multi_instance": false, "services": [ "nginx" ], "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": "is_public", "type": "boolean", "ask": { "en": "Is it a public site ?", "fr": "Est-ce un site public ?" }, "default": true } ] } }