Sign inSign up

supercoder/sabnzbd

By supercoder

Updated almost 11 years ago

Automate your TV and Movies. More info here http://goo.gl/p9bypc

Image
0

997

supercoder/sabnzbd repository overview

docker sabnzbd

This is a Dockerfile to set up "SABnzbd" - (http://sabnzbd.org/)

Build from docker file:

git clone https://github.com/jongillies/docker-sabnzbd.git
cd docker-sabnzbd
docker build -t sabnzbd .

Run from hub.docker.com:

docker run -d \
    -v $SABNZDB_CONFIG:/config \
    -v $SABNZDB_DATA:/data \
    -v $SABNZDB_INCOMPLETE:/incomplete \
    -v $SABNZDB_COMPLETE:/complete \
    -v $SABNZDB_WATCH:/nzb \
    -p 8080:8080 -p 9090:9090 --name sabnzbd supercoder/sabnzbd

Fire up the web ui.

Setup your Usenet server. Setup the login creds ... Restart

Navigate to config/folders

set /incomplete set /complete ...

Tag summary

Content type

Image

Digest

sha256:4efe37cc8

Size

304.5 MB

Last updated

almost 11 years ago

docker pull supercoder/sabnzbd