Skip to content

avpnusr/sabnzbd-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SABnzbd Logo

SABnzbd in container with multiarch support

Image is automatically built weekly, to ensure the latest versions.
Supported architectures are amd64, arm64, arm.

The container is lightweight and based on alpine Linux.

SABnzbd development-releases are now requiring Python 3, so I updated the container.

Last build is from: 28/01/2023

Status from last build:

SABnzbd-Dev Docker Build

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-dev

About

SABnzbd development release for docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published