From 0f0e7cfde5c4c3de15d486714240fff278085d37 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 8 Jul 2023 23:33:26 +0200 Subject: [PATCH] Delete manifest.json --- manifest.json | 54 --------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100755 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100755 index 7b2ea55..0000000 --- a/manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "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~ynh2", - "url": "https://code.antopie.org/miraty/libreqr", - "upstream": { - "license": "AGPL-3.0-or-later", - "website": "https://code.antopie.org/miraty/libreqr", - "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": ">= 11" - }, - "multi_instance": true, - "services": [ - "nginx", - "php-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 - } - ] - } -}