mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
add nzbget
This commit is contained in:
33
nzbget/config.json
Normal file
33
nzbget/config.json
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user