{ "name": "radarr NAS", "version": "0.6.1", "slug": "radarr", "legacy": false, "maintenance": { "github_release": "https://github.com/linuxserver/docker-radarr", "version_regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)" }, "description": "A fork of Sonarr to work with movies à la Couchpotato", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr#readme", "startup": "services", "arch": [ "aarch64", "amd64", "armv7", "armhf" ], "ports": { "7878/tcp": 7878 }, "ports_description": { "7878/tcp": "web interface" }, "map": [ "config:rw", "share:rw", "media:rw", "ssl" ], "webui": "http://[HOST]:[PORT:7878]", "boot": "auto", "options": { "PUID": 1001, "PGID": 1001 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?" }, "snapshot_exclude": [ "**/Backups/*", "**/logs/*", "**/MediaCover/*" ] }