Sign inSign up

ich777/nzbhydra2

By ich777

•Updated 3 months ago

Image
1

50K+

ich777/nzbhydra2 repository overview

⁠NZBHydra2 in Docker optimized for Unraid

NZBHydra2 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, Lidarr or CouchPotato.

UPDATE: The container will check on every start/restart if there is a newer version available.

MANUAL VERSION: You can also set a version manually by typing in the version number that you want to use for example: '3.4.3' (without quotes).

⁠Env params

NameValueExample
DATA_DIRFolder for configfiles and the application/nzbhydra2
NZBHYDRA2_RELSelect if you want to download a stable or prereleaselatest
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value for new created files0000
DATA_PERMSData permissions for config folder770

⁠Run example

docker run --name NZBHydra2 -d \
	-p 5076:5076 \
	--env 'NZBHYDRA2_REL=latest' \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=0000' \
	--env 'DATA_PERMS=770' \
	--volume /mnt/cache/appdata/nzbhydra2:/nzbhydra2 \
	--volume /mnt/user/Downloads:/mnt/downloads \
	ich777/nzbhydra2

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:a86953187…

Size

218.9 MB

Last updated

3 months ago

docker pull ich777/nzbhydra2