{ "name": "Sonarr NAS", "version": "3.0.6.1265-dev3", "upstream": "3.0.6.1265", "slug": "sonarr_nas", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", "url": "https://github.com/alexbelgium/hassio-addons", "startup": "services", "arch": [ "aarch64", "amd64", "armv7", "armhf" ], "ports": { "8989/tcp": 8989 }, "ports_description": { "8989/tcp": "web interface" }, "map": [ "config:rw", "share:rw", "media:rw", "ssl" ], "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH" ], "full_access": true, "webui": "http://[HOST]:[PORT:8989]", "boot": "auto", "environment": { "PUID": "0", "PGID": "0" }, "options": { "PUID": 0, "PGID": 0, "networkdisks": ",", "cifsusername": "", "cifspassword": "" }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?" } }