mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
update base images
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user