{ "name": "CodiMD", "id": "codimd", "packaging_format": 1, "description": { "en": "Collaborative editor to work on notes written in Markdown", "fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" }, "version": "2.3.2~ynh1", "url": "https://github.com/hackmdio/codimd", "license": "AGPL-3.0-only", "maintainer": { "name": "" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/codimd", "default": "/codimd" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, CodiMD will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, CodiMD sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }