Sign inSign up

sgtsquiggs/sabnzbd

By sgtsquiggs

Updated over 8 years ago

The automated Usenet download tool!

Image
0

4.9K

sgtsquiggs/sabnzbd repository overview

sabnzbd

This image is derived from sgtsquiggs/alpine.

SABnzbd - The automated Usenet download tool!

Usage

docker run \
    --name=sabnzbd \
    -v <path to data>:/config \
    -v <path to data>:/downloads \
    -v <path to data>:/incomplete-downloads \
    -e PGID=<gid> -e PUID=<uid> \
    -p 8080:8080 \
    sgtsquiggs/sabnzbd

Parameters

  • -p 8080:8080 external port 8080 mapping to internal port 8080
  • -v <path>:/config where configuation files are stored.
  • -v <path>:/downloads where complete downloads are stored.
  • -v <path>:/incomplete-downloads where incomplete downloads are stored.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

40.3 MB

Last updated

over 8 years ago

docker pull sgtsquiggs/sabnzbd