add nzbget

This commit is contained in:
Arne Petersen
2019-05-30 15:13:58 +02:00
parent f50accd6b9
commit 5143e658e9
7 changed files with 91 additions and 0 deletions

33
nzbget/config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "nzbget",
"version": "0.0.4",
"slug": "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",
"environment": {
"PUID": "1000",
"PGID": "1000"
},
"options": {},
"schema": {},
"image": "petersendev/hassio-nzbget-{arch}"
}