update base images

This commit is contained in:
Arne Petersen
2019-06-08 09:34:04 +02:00
parent d5455a89d8
commit 733305621f
10 changed files with 164 additions and 164 deletions

View File

@@ -1,4 +1,4 @@
FROM linuxserver/nzbget:v21.0-ls15
FROM linuxserver/nzbget:v21.0-ls16
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/nzbget|g" /etc/services.d/nzbget/run \

View File

@@ -1,40 +1,40 @@
{
"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}"
}
"name": "nzbget",
"version": "0.1.2",
"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}"
}