Extras: NZBHydra - dibrz/ARMBand GitHub Wiki
1. Intro
NZBHydra (by TheOtherP) is a meta search tool for NZB indexers. It provides easy access to a number of NZB indexers. You can search all your indexers from one place and use it as indexer source for tools like Sonarr or CouchPotato.
Note: By default, Cloudbox will install NZBHydra2, as NZBHydra1 is no longer being developed. But it is available to users who still want to use it.
Three Ways to setup NZB indexers:
-
Setup your NZB indexers here and then just add NZBHydra into Sonarr and Radarr (benefit of having to enter them in only once).
-
Skip this page and setup all your NZB Indexers directly into Sonarr and Radarr (benefit of seeing indexer sources during manual lookups in Sonarr and Radarr).
-
Setup your indexers in Sonarr and Radarr, directly. But also, setup your indexers in NZBHydra to use as a separate tool for manual downloads, by sending NZBs directly to NZBGet.
2. URL
- To access NZBHydra: https://nzbhydra.yourdomain.com
3. Initial Setup
i. Domain
See Adding a Subdomain on how to add the subdomain nzbhydra
to your DNS provider.
Note: You can skip this step if you are using Cloudflare with Cloudbox.
ii. Install
Run the following commands:
cd ~/cloudbox/
sudo ansible-playbook cloudbox.yml --tags nzbhydra
4. Settings
Enter setup by clicking on "Config" at the top.
Authorization
-
Change "Auth type" to
Login form
. -
Set all the options below to
ON
. -
Click "Add new user".
-
Fill in your username and password.
-
Click "Save" (top right).
Indexers
- Add your indexers. Be sure to click "Save" when done.
Downloaders
-
"Add new downloader" -> "NZBGet".
-
Fill in the following:
-
Name: NZBGet
-
Host:
nzbget
-
Port:
6789
-
Use SSL:
OFF
-
Username: Your NZBGet Username
-
Password: Your NZBGet Password
-
Default category: Leave Blank (
No category
doesn't work too well) -
NZB access type:
Redirect to indexer
-
NZB adding type:
Upload NZB
(works better thanSend link
)
-
5. Sonarr
-
Open Sonarr: https://sonarr.yourdomain.com
-
Go to "Settings" -> "Indexers".
-
Click Add Indexer (
+
). -
Select "Newznab".
-
Add the following:
-
Name: NZBHydra
-
Enable RSS Sync: Your Preference
-
Enable Search: Your Preference
-
URL:
http://nzbhydra:5075
-
API Key: Your NZBHydra API Key.
-
Additional Parameters: Leave Blank
-
-
Your settings will look like this:
-
Click "Save" to add NZBHydra.
Note: The "Test" will keep failing until you add an indexer in NZBHydra.
6. Radarr
-
Open Radarr: https://radarr.yourdomain.com
-
Go to "Settings" -> "Indexers".
-
Click Add Indexer (
+
). -
Select "Newznab".
-
Add the following:
-
Name: NZBHydra
-
Enable RSS Sync: Your Preference
-
Enable Search: Your Preference
-
URL:
http://nzbhydra:5075
-
API Key: Your NZBHydra API Key.
-
Additional Parameters: Leave Blank
-
-
Your settings will look like this:
-
Click "Save" to add NZBHydra.
Note: The "Test" will keep failing until you add an indexer in NZBHydra.
7. API Key
To find the NZBHydra API Key, go to "Config" --> "Main". This will be used later.