{ "name": "Double commander", "version": "1.2", "slug": "doublecommander", "description": "Double Commander is a free cross platform open source file manager with two panels side by side.", "url": "https://github.com/alexbelgium/hassio-addons/doublecommander", "startup": "services", "arch": [ "aarch64", "amd64", "armv7", "armhf" ], "ports": { "3000/tcp": 3000 }, "map": [ "backup:rw", "config:rw", "share:rw", "media:rw", "ssl" ], "webui": "http://[HOST]:[PORT:3000]", "boot": "auto", "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "full_access": true, "environment": { "PUID": "0", "PGID": "0" }, "options": {}, "schema": {} }