Files
hassio-addons/nzbget/config.json
2019-05-31 13:47:59 +02:00

40 lines
831 B
JSON

{
"name": "nzbget",
"version": "0.1.1",
"slug": "nzbget",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-nzbget"
},
"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}"
}