{ "name": "Discourse", "id": "discourse", "packaging_format": 1, "description": { "en": "Discussion platform", "fr": "Plateforme de discussion" }, "version": "2.6.1~ynh1", "url": "http://Discourse.org", "license": "GPL-2.0", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net", "url": "" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/forum", "default": "/forum" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "default": true } ] } }