Extras: NZBHydra - Cloudbox/Cloudbox GitHub Wiki
1. Introduction
NZBHydra v1 (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 NZBHydra v1 is no longer being developed. But it is available to users who still want to use it.
Three Ways to setup NZB indexers with Sonarr/Radarr/Lidarr:
-
Skip this page and add all your NZB Indexers directly into Sonarr/Radarr/Lidarr. Benefit from the seeing indexer sources during manual lookups in Sonarr/Radarr/Lidarr. This method is also useful when diagnosing issues with indexers during failed searches;
-
Add all your NZB Indexers directly into Sonarr/Radarr/Lidarr, but also add them in NZBHydra2, so it could be used a tool for manual downloads; or
-
Add all your NZB indexers in NZBHydra2 and then just add the one NZBHydra2 "indexer" into Sonarr/Radarr/Lidarr. This is the most popular choice among users.
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.
i. 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).
ii. Indexers
- Add your indexers. Be sure to click "Save" when done.
iii. 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.