{ "name": "Filebrowser", "version": "2.16.0-v2", "upstream": "2.16.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/alexbelgium/hassio-addons", "startup": "services", "ingress": true, "ingress_port": 8099, "panel_icon": "mdi:file-search", "arch": ["aarch64", "amd64", "armv7", "armhf"], "ports": { "8080/tcp": 8087 }, "ports_description": { "8080/tcp": "Web UI port" }, "apparmor": true, "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "full_access": true, "map": ["media:rw", "config:rw", "addons:rw", "backup:rw", "share:rw", "ssl"], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "environment": { "FB_BASEURL": "/filebrowser" }, "options": { "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "networkdisks": "//server/share", "cifsusername": "username", "cifspassword": "password" }, "schema": { "ssl": "bool", "certfile": "str", "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?", "NoAuth": "bool?" } }