Sign inSign up

digrouz/nzbhydra2

By digrouz

Updated about 18 hours ago

Installs nzbhydra into a Linux container

Image
0

3.9K

digrouz/nzbhydra2 repository overview

docker-nzbhydra2

auto-update dockerhub Docker Pulls

Installs nzbhydra into a Linux container

nzbhydra2

Tag

Several tag are available:

Description

NZBHydra 2 is a meta search for newznab indexers and torznab trackers. It provides easy access to newznab indexers and many torznab trackers via Jackett. You can search all your indexers and trackers from one place and use it as an indexer source for tools like Sonarr, Radarr, nzhbydra2 or CouchPotato.

https://github.com/theotherp/nzbhydra2

Usage

docker create --name=nzbhydra2  \
  -v <path to config>:/config \
  -e UID=<UID default:12345> \
  -e GID=<GID default:12345> \
  -e AUTOUPGRADE=<0|1 default:0> \
  -e TZ=<timezone default:Europe/Brussels> \
  -p 5076:5076 digrouz/nzbhydra2:latest

Environment Variables

When you start the nzbhydra2 image, you can adjust the configuration of the nzbhydra2 instance by passing one or more environment variables on the docker run command line.

UID

This variable is not mandatory and specifies the user id that will be set to run the application. It has default value 12345.

GID

This variable is not mandatory and specifies the group id that will be set to run the application. It has default value 12345.

AUTOUPGRADE

This variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.

TZ

This variable is not mandatory and specifies the timezone to be configured within the container. It has default value Europe/Brussels.

Notes

  • This container is built using s6-overlay
  • The docker entrypoint can upgrade operating system at each startup. To enable this feature, just add -e AUTOUPGRADE=1 at container creation.
  • An helm chart is available of in the chart folder with an example values.yaml

Issues

If you encounter an issue please open a ticket at github

Tag summary

Content type

Image

Digest

sha256:49d2aff74

Size

183.6 MB

Last updated

about 18 hours ago

docker pull digrouz/nzbhydra2