{ "name": "Retroarch Web Player", "id": "retroarch", "packaging_format": 1, "description": { "en": "Emulate videogames system and play videogames through your web browser... and more!", "fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web... Et beaucoup plus!" }, "version": "1.8.6~ynh1", "url": "https://example.com", "license": "free", "maintainer": { "name": "Krakinou", "email": "misterl56@hotmail.com" }, "requirements": { "yunohost": ">= 3.8" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for RetroArch (RetroArch requires its own domain)", "fr": "Choisissez un nom de domaine pour RetroArch (RetroArch nécessite son propre domaine)" }, "example": "retroarch.example.com" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true, "help":{ "en":"Yes will allow everyone to access the app without login to yunohost instance first", "fr":"Oui autorisera n'importe qui à accéder à l'application sans s'identifier dans Yunohost" } } ] } }