From ada76d8f9901d888cc9a291863d92976229e9158 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 22 May 2024 22:11:32 +0000 Subject: [PATCH] Deployed 11214542 with MkDocs version: 1.6.0 --- images/docker-nzbhydra2/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-nzbhydra2/index.html b/images/docker-nzbhydra2/index.html index e927b5fb9b..f2c3a08bba 100644 --- a/images/docker-nzbhydra2/index.html +++ b/images/docker-nzbhydra2/index.html @@ -1,4 +1,4 @@ - nzbhydra2 - LinuxServer.io
Skip to content

linuxserver/nzbhydra2

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Nzbhydra2 is a meta search application for NZB indexers, the "spiritual successor" to NZBmegasearcH, and an evolution of the original application NZBHydra.

It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. 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. NOTE: The last version that supports migration is linuxserver/nzbhydra2:v2.10.2-ls49

nzbhydra2

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/nzbhydra2:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases
dev Prereleases from their GitHub

Application Setup

The web interface is at <your ip>:5076 , to set up indexers and connections to your nzb download applications.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ nzbhydra2 - LinuxServer.io      

linuxserver/nzbhydra2

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Nzbhydra2 is a meta search application for NZB indexers, the "spiritual successor" to NZBmegasearcH, and an evolution of the original application NZBHydra.

It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. 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. NOTE: The last version that supports migration is linuxserver/nzbhydra2:v2.10.2-ls49

nzbhydra2

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/nzbhydra2:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable releases
dev Prereleases from their GitHub

Application Setup

The web interface is at <your ip>:5076 , to set up indexers and connections to your nzb download applications.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   nzbhydra2:
     image: lscr.io/linuxserver/nzbhydra2:latest
@@ -46,4 +46,4 @@
   --pull \
   -t lscr.io/linuxserver/nzbhydra2:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 04.07.23: - Deprecate armhf. As announced here
  • 22.01.23: - Update release URL for arch-specific packages.
  • 20.01.23: - Update dependencies for v5.
  • 10.12.22: - Bump master JRE to v17. Default mapIpToHost to false.
  • 11.09.22: - Migrate to s6v3.
  • 03.05.22: - Rebase to Jammy.
  • 18.04.22: - Rebase to Alpine 3.15.
  • 01.05.20: - Reorganize container, Relocate app to /app/nzbhydra2/bin, Create /app/nzbhydra2/package_info, Use nzbhydra2wrapperPy3.py from zip.
  • 14.04.20: - Correct Name, Hydra2 -> NZBHydra2.
  • 08.01.20: - Switch to python3.
  • 05.01.20: - Add dev tag for prereleases.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 18.08.18: - Bump java version to 10, (bionic currently refers to it as version 11).
  • 10.08.18: - Rebase to ubuntu bionic.
  • 15.04.18: - Change to port 5076 in the Dockerfile.
  • 11.01.18: - Initial Release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 04.07.23: - Deprecate armhf. As announced here
  • 22.01.23: - Update release URL for arch-specific packages.
  • 20.01.23: - Update dependencies for v5.
  • 10.12.22: - Bump master JRE to v17. Default mapIpToHost to false.
  • 11.09.22: - Migrate to s6v3.
  • 03.05.22: - Rebase to Jammy.
  • 18.04.22: - Rebase to Alpine 3.15.
  • 01.05.20: - Reorganize container, Relocate app to /app/nzbhydra2/bin, Create /app/nzbhydra2/package_info, Use nzbhydra2wrapperPy3.py from zip.
  • 14.04.20: - Correct Name, Hydra2 -> NZBHydra2.
  • 08.01.20: - Switch to python3.
  • 05.01.20: - Add dev tag for prereleases.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.02.19: - Add pipeline logic and multi arch.
  • 18.08.18: - Bump java version to 10, (bionic currently refers to it as version 11).
  • 10.08.18: - Rebase to ubuntu bionic.
  • 15.04.18: - Change to port 5076 in the Dockerfile.
  • 11.01.18: - Initial Release.
\ No newline at end of file