{ "name": "Garradin", "id": "garradin", "packaging_format": 1, "requirements": { "yunohost": ">=3.7.0" }, "description": { "en": "Software to manage association", "fr": "Logiciel libre de gestion d'association" }, "version": "0.9.5~ynh3", "url": "http://garradin.eu/a-propos/", "license": "GPL-3.0-or-later", "maintainer": { "name": "frju365", "email": "win10@tutanota.com" }, "multi_instance": true, "services": [ "nginx", "php7.0-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 } ] } }