{ "name": "Filebrowser", "id": "filebrowser", "packaging_format": 1, "description": { "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, "version": "2.20.1~ynh1", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0", "website": "https://filebrowser.org", "admindoc": "https://filebrowser.org/", "code": "https://github.com/filebrowser/filebrowser" }, "license": "Apache-2.0", "maintainer": { "name": "John doe", "email": "john.doe@example.com" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/filebrowser", "default": "/filebrowser" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password", "help": { "en": "Use the help field to add an information for the admin about this question.", "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." } } ] } }