mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix hydra2 base image
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.16.0
|
||||
|
||||
- Fix base image (linuxserver/nzbhydra2)
|
||||
- Update hydra2 to 3.5.1 (linuxserver/nzbhydra2:v3.5.1-ls1)
|
||||
|
||||
## 0.15.0
|
||||
|
||||
- Update hydra2 to 2.19.6 (linuxserver/hydra2:v2.19.6-ls69)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is currently in its early stages and is in active development. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version.
|
||||
|
||||
This addon is based on the [docker image](https://github.com/linuxserver/docker-hydra2) from linuxserver.io.
|
||||
This addon is based on the [docker image](https://github.com/linuxserver/docker-nzbhydra2) from linuxserver.io.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/hydra2",
|
||||
"version": "v2.19.6-ls69"
|
||||
"image": "linuxserver/nzbhydra2",
|
||||
"version": "v3.5.1-ls1"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/hydra2:arm32v7-v2.19.6-ls69",
|
||||
"aarch64": "linuxserver/hydra2:arm64v8-v2.19.6-ls69",
|
||||
"amd64": "linuxserver/hydra2:amd64-v2.19.6-ls69"
|
||||
"armhf": "linuxserver/nzbhydra2:arm32v7-v3.5.1-ls1",
|
||||
"aarch64": "linuxserver/nzbhydra2:arm64v8-v3.5.1-ls1",
|
||||
"amd64": "linuxserver/nzbhydra2:amd64-v3.5.1-ls1"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "hydra2",
|
||||
"version": "0.15.0",
|
||||
"version": "0.16.0",
|
||||
"slug": "hydra2",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-hydra2",
|
||||
"github_release": "https://github.com/linuxserver/docker-nzbhydra2",
|
||||
"version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
|
||||
},
|
||||
"description": "Meta search application for NZB indexers",
|
||||
|
||||
Reference in New Issue
Block a user