{ "name": "Lufi", "id": "lufi", "packaging_format": 1, "description": { "en": "Self hosting files and sharing anonymous application", "fr": "Application d'hébergement et de partage de fichiers anonyme" }, "version": "0.05.13~ynh1", "url": "https://git.framasoft.org/luc/lufi", "license": "AGPL-3.0-or-later", "maintainer": { "name": "frju365, cyp", "email": "win10@tutanota.com, cyp@rouquin.me" }, "requirements": { "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/lufi", "default": "/lufi" }, { "name": "max_file_size", "type": "string", "ask": { "en": "Choose a max file size, in Mo (0 = no limit)", "fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)" }, "example": "100", "default": "100" }, { "name": "is_public", "type": "boolean", "default": true } ] } }