{ "name": "Filebrowser", "id": "filebrowser", "packaging_format": 1, "description": { "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, "version": "2.22.4~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": "eric_G", "email": "" }, "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 } ] } }