{ "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": "2.0.0~ynh1", "url": "https://code.antopie.org/miraty/libreqr", "upstream": { "license": "AGPL-3.0-or-later", "demo": "https://qr.antopie.org", "code": "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.3" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/qr", "default": "/" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, the application can be used without authentifying with a YunoHost account.", "fr": "Si activé, l'application pourra être utilisée sans s'authentifier avec un compte YunoHost." }, "default": true } ] } }