{ "name": "My Mind", "id": "my-mind", "packaging_format": 1, "description": { "en": "Online Mindmapping Software", "fr": "Éditeur de cartes mentales" }, "version": "1.2~ynh2", "url": "https://github.com/ondras/my-mind", "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "https://datamol.org" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/example", "default": "/mymind" }, { "name": "is_public", "type": "boolean", "default": true } ] } }