{ "name": "my-mind", "id": "my-mind", "packaging_format": 1, "description": { "en": "Online Mindmapping Software", "fr": "Editeur de mindmaps, carte mentales" }, "version": "1.0", "url": "https://github.com/ondras/my-mind", "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", "url": "" }, "requirements": { "yunohost": ">= 2.7.2" }, "multi_instance": true, "services": [ "nginx", "php5-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for my-mind", "fr": "Choisissez un nom de domaine pour my-mind" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for my-mind", "fr": "Choisissez un chemin pour my-mind" }, "example": "/example", "default": "/example" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }