{ "name": "Garradin", "id": "garradin", "packaging_format": 1, "requirements": { "yunohost": ">> 2.3.15" }, "description": { "de": "Software to manage association" "fr": "Logiciel libre de gestion d'association" }, "version": "1.0", "url": "http://garradin.eu/a-propos/", "license": "AGPLv3", "maintainer": { "name": "frju365", "email": "win10@tutanota.com" }, "multi_instance": true, "services": [ "nginx", "php5-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Garradin", "fr": "Choisissez un domaine pour Garradin" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Garradin", "fr": "Choisissez un chemin pour Garradin" }, "example": "/garradin", "default": "/garradin" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }