1
0
mirror of https://github.com/Adam-Ant/nzbget synced 2024-06-14 09:17:23 +00:00
Addons to spritsail/nzbget to add ffmpeg and some other utilities
Go to file
2018-04-28 14:35:43 +01:00
.drone.yml Fix a few typos, should actually build now 2018-04-28 14:35:43 +01:00
Dockerfile Fix a few typos, should actually build now 2018-04-28 14:35:43 +01:00
README.md Fix a few typos, should actually build now 2018-04-28 14:35:43 +01:00

Adam-Ant/NZBGet

Layers Latest Version Git Commit Docker Pulls Docker Stars Build Status

An Alpine Linux based Dockerfile to run the usenet downloader NZBGet. This is a fork that includes ffmpeg and file, for post processing scripts. 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 adamant/nzbget