{ "name": "LibreQR", "id": "qr", "packaging_format": 1, "description": { "en": "Web interface for generating QR codes", "fr": "Interface Web pour générer des codes QR" }, "version": "1.3.0~ynh1", "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": ">= 4.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for LibreQR", "fr": "Choisissez un nom de domaine pour LibreQR" }, "example": "qr.domain.tld" }, { "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 ?" }, "default": true } ] } }