{ "name": "My Mind", "id": "my-mind", "packaging_format": 1, "description": { "en": "Online Mindmapping Software", "fr": "Éditeur de cartes mentales" }, "version": "2.0~ynh1", "url": "https://github.com/ondras/my-mind", "upstream": { "license": "MIT", "website": "https://github.com/ondras/my-mind", "demo": "http://my-mind.github.io/?map=examples/features.mymind", "admindoc": "https://github.com/ondras/my-mind/wiki", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/ondras/my-mind" }, "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "https://datamol.org" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/mymind", "default": "/mymind" }, { "name": "is_public", "type": "boolean", "default": true } ] } }