{ "name": "HedgeDoc", "id": "hedgedoc", "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": "1.8.2~ynh2", "url": "https://hedgedoc.org", "upstream": { "license": "free", "website": "https://hedgedoc.org", "demo": "https://demo.hedgedoc.org/", "admindoc": "https://docs.hedgedoc.org/", "userdoc": "https://yunohost.org/en/app_hedgedoc", "code": "https://github.com/hedgedoc/hedgedoc" }, "license": "AGPL-3.0-only", "maintainer": { "name": "eric_G" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/hedgedoc", "default": "/hedgedoc" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, HedgeDoc 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, HedgeDoc sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }