{ "name": "Wekan", "id": "wekan", "packaging_format": 1, "description": { "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, "version": "6.28~ynh2", "url": "https://wekan.github.io", "upstream": { "license": "MIT", "website": "https://wekan.github.io", "demo": "https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h", "admindoc": "https://github.com/wekan/wekan/wiki", "code": "https://github.com/wekan/wekan" }, "license": "MIT", "maintainer": [ { "name": "alexAubin", "email": "alex.aubin@mailoo.org", "url": "https://github.com/alexAubin/" }, { "name": "ljf" }, { "name": "yalh76" } ], "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/wekan", "default": "/wekan" }, { "name": "is_public", "type": "boolean", "default": false }, { "name": "admin", "type": "user" } ] } }