Skip to content

avpnusr/sabnzbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

SABnzbd Logo

SABnzbd in container with multiarch support

Image is automatically updated, when a new version of SABnzbd arrives on GitHub.
Supported architectures are amd64, arm64, arm.

Status from last build

SABnzbd Docker Build

The container is lightweight and based on alpine linux.

You can find the weekly dev-build from SABnzbd in this container

Versions in the latest image

Start your container

  • For [/config/location], use the folder, where your sabnzbd.ini file is stored.
  • For [/complete/folder], use the folder, where your completed downloads will be stored.
  • For [/incomplete/folder], use the folder, where the temporary files will be stored, until download is finished.
docker run -d \
  -v [/config/location]:/config \
  -v [/complete/folder]:/complete \
  -v [/incomplete/folder]:/incomplete \
  -p 8080:8080 \
  --user=[UID:GID] \
  --restart=unless-stopped avpnusr/sabnzbd

About

dockerized sabnzbd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published