{ "name": "Filebrowser", "version": "2.11.0", "slug": "filebrowser", "description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files", "url": "https://github.com/hurlenko/filebrowser-docker", "startup": "services", "arch": [ "aarch64", "amd64", "armv7", "armhf" ], "ports": { "8080/tcp": 8087 }, "ports_description": { "8080/tcp": "Web UI port" }, "apparmor": true, "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "map": [ "media:rw", "config:rw", "share:rw", "ssl" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "full_access": "true", "environment": { "FB_BASEURL": "/filebrowser" }, "options": { }, "schema": { "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?" } }