{ "name": "nzbget", "version": "0.1.1", "slug": "nzbget", "legacy": true, "description": "Usenet downloader", "url": "https://github.com/petersendev/hassio-addons/nzbget", "startup": "services", "arch": [ "aarch64", "amd64", "armhf" ], "ports": { "6789/tcp": 6789 }, "ports_description": { "6789/tcp": "web interface" }, "map": [ "config:rw", "share:rw", "ssl" ], "webui": "http://[HOST]:[PORT:6789]", "boot": "auto", "options": { "PUID": 1001, "PGID": 1001 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?" }, "image": "petersendev/hassio-nzbget-{arch}" }