Giter Club home page Giter Club logo

arch-nzbhydra's Introduction

Application

NZBHydra website

Description

NZBHydra is a meta search for NZB indexers. It provides easy access to a number of raw and newznab based indexers. You can search all your indexers from one place and use it as indexer source for tools like Sonarr or CouchPotato.

Build notes

Latest stable NZBHydra release from Arch User Repository (AUR).

Usage

docker run -d \
    -p 5075:5075 \
    --name=<container name> \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<UID for user> \
    -e PGID=<GID for user> \
    binhex/arch-nzbhydra

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:5075

Example

docker run -d \
    -p 5075:5075 \
    --name=nzbhydra \
    -v /apps/docker/sabnzbd/watched:/data \
    -v /apps/docker/nzbhydra:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-nzbhydra

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

arch-nzbhydra's People

Contributors

binhex avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

sbcm-ideabox

arch-nzbhydra's Issues

Create an nzbhydra2 docker image?

@theotherp has re-written nzbhydra in java and released it as nzbhydra2. They can run in parallel, on different ports which lets it import settings from the old into the new easily. A new docker for it would be great. It'd also let people continue to use the python nzbhydra which is a bit less memory intensive, but slower.

https://github.com/theotherp/nzbhydra2

The poor guy tried to do his own Dockerfile for it, but discovered how... fun Docker can be. :)

And LinuxServer.io is making an attempt at it, but theirs isn't great. I've tried to submit diffs and feedback to them in the past, but it was mostly ignored / rejected so... I haven't bothered again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.