{ "name": "Commento", "id": "commento", "packaging_format": 1, "description": { "en": "Fast, privacy-focused commenting platform", "fr": "Plateforme de commentaires rapide axée sur la confidentialité" }, "version": "1.8.6~ynh1", "url": "https://commento.io/", "upstream": { "license": "MIT", "website": "https://commento.io/", "demo": "https://demo.souradip.com/chat.html", "admindoc": "https://docs.commento.io/", "code": "https://github.com/souramoo/commentoplusplus" }, "license": "MIT", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "admin", "type": "user" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, Commento 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, Commento sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "password", "type": "password" } ] } }