{ "name": "LibreQR", "id": "qr", "packaging_format": 1, "description": { "en": "A QR codes generator", "fr": "Un générateur de codes QR" }, "version": "1.2.0~ynh2", "url": "https://code.antopie.org/miraty/libreqr/", "license": "AGPL-3.0-or-later", "maintainer": { "name": "Miraty", "email": "miraty+ynh@antopie.org", "url": "https://miraty.antopie.org" }, "requirements": { "yunohost": ">= 3.6" }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for LibreQR", "fr": "Choisissez un domaine pour LibreQR" }, "example": "michu.home" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for LibreQR", "fr": "Choisissez un chemin pour LibreQR" }, "example": "/qr", "default": "/qr" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "help": { "en": "Can LibreQR be used by everyone?", "fr": "LibreQR peut-elle être utilisée par tout le monde ?" }, "default": true } ] } }