mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Merge pull request #10 from petersendev/baseImageUpdates
update base images
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM linuxserver/hydra2:v2.6.10-ls23
|
||||
FROM linuxserver/hydra2:v2.6.10-ls24
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hydra2",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"slug": "hydra2",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxserver/radarr:v0.2.0.1344-ls17
|
||||
FROM linuxserver/radarr:v0.2.0.1344-ls19
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/radarr|g" /etc/services.d/radarr/run \
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"name": "radarr",
|
||||
"version": "0.1.0",
|
||||
"slug": "radarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-radarr"
|
||||
},
|
||||
"description": "A fork of Sonarr to work with movies à la Couchpotato",
|
||||
"url": "https://github.com/petersendev/hassio-addons/radarr",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"7878/tcp": 7878
|
||||
},
|
||||
"ports_description": {
|
||||
"7878/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:7878]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-radarr-{arch}"
|
||||
}
|
||||
"name": "radarr",
|
||||
"version": "0.1.1",
|
||||
"slug": "radarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-radarr"
|
||||
},
|
||||
"description": "A fork of Sonarr to work with movies à la Couchpotato",
|
||||
"url": "https://github.com/petersendev/hassio-addons/radarr",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"7878/tcp": 7878
|
||||
},
|
||||
"ports_description": {
|
||||
"7878/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:7878]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-radarr-{arch}"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxserver/sonarr:2.0.0.5322-ls18
|
||||
FROM linuxserver/sonarr:2.0.0.5322-ls19
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/sonarr|g" /etc/services.d/sonarr/run \
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"name": "sonarr",
|
||||
"version": "0.1.0",
|
||||
"slug": "sonarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-sonarr"
|
||||
},
|
||||
"description": "PVR for usenet and bittorrent users",
|
||||
"url": "https://github.com/petersendev/hassio-addons/sonarr",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"8989/tcp": 8989
|
||||
},
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:8989]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-sonarr-{arch}"
|
||||
}
|
||||
"name": "sonarr",
|
||||
"version": "0.1.1",
|
||||
"slug": "sonarr",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-sonarr"
|
||||
},
|
||||
"description": "PVR for usenet and bittorrent users",
|
||||
"url": "https://github.com/petersendev/hassio-addons/sonarr",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"8989/tcp": 8989
|
||||
},
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:8989]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-sonarr-{arch}"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxserver/znc:znc-1.7.3-ls14
|
||||
FROM linuxserver/znc:znc-1.7.3-ls15
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/znc|g" /etc/services.d/znc/run \
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
{
|
||||
"name": "znc",
|
||||
"version": "0.1.0",
|
||||
"slug": "znc",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-znc"
|
||||
},
|
||||
"description": "IRC network bouncer",
|
||||
"url": "https://github.com/petersendev/hassio-addons/znc",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"6500/tcp": 6500,
|
||||
"6501/tcp": 6501
|
||||
},
|
||||
"ports_description": {
|
||||
"6500/tcp": "no SSL",
|
||||
"6501/tcp": "SSL"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:6500]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-znc-{arch}"
|
||||
}
|
||||
"name": "znc",
|
||||
"version": "0.1.1",
|
||||
"slug": "znc",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-znc"
|
||||
},
|
||||
"description": "IRC network bouncer",
|
||||
"url": "https://github.com/petersendev/hassio-addons/znc",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"6500/tcp": 6500,
|
||||
"6501/tcp": 6501
|
||||
},
|
||||
"ports_description": {
|
||||
"6500/tcp": "no SSL",
|
||||
"6501/tcp": "SSL"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:6500]",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"PUID": 1001,
|
||||
"PGID": 1001
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-znc-{arch}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user