Skip to content

spritsail/nzbget

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Spritsail/NZBGet

Layers Latest Version Git Commit Docker Pulls Docker Stars Build Status

An Alpine Linux based Dockerfile to run the usenet downloader NZBGet.
It expects a volume to store data mapped to /config in the container, and a volume where your downloads should go stored at /downloads. Enjoy!

This dockerfile uses a user with uid 904, and a gid of 900. Make sure this user has write access to the /config folder. These user IDs can be overwritten by defining $UID and $GID respectively.

Example run command

docker run -d --restart=on-failure:10 --name NZBGet -v /volumes/nzbget:/config -v /host/path/to/downloads:/downloads -p 6789:6789 spritsail/nzbget

About

NZBGet, the efficient Usenet downloader, in Docker, built from source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published