{ "name": "shuri", "id": "shuri", "packaging_format": 1, "requirements": { "yunohost": ">> 2.3.15" }, "description": { "fr": "Racourcisseur d'URL" }, "url": "https://github.com/pips-/shuri", "license": "MIT", "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 shuri", "fr": "Choisissez un domaine pour shuri" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for shuri", "fr": "Choisissez un chemin pour shuri" }, "example": "/shuri", "default": "/shuri" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }