Skip to content

engels74/sabnzbd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SABnzbd (with ffprobe)

sabnzbd

GitHub tag (date) License (Image) Docker Pulls GitHub Stars

📖 Documentation

All the documentation for the "SABnzbd (with ffprobe)" is located here.

For more information about the Docker image itself, you can visit engels74.net.

🐋 Docker Image

Docker Compose

To get started with sabnzbd using Docker, follow these steps:

  1. Use this Docker Compose example

    services:
      sabnzbd:
        container_name: sabnzbd
        image: ghcr.io/engels74/sabnzbd
        ports:
          - "8080:8080"
        environment:
          - PUID=1000
          - PGID=1000
          - UMASK=002
          - TZ=Etc/UTC
          - WEBUI_PORTS=8080/tcp,8080/udp
          - ARGS
        volumes:
          - /<host_folder_config>:/config
          - /<host_folder_data>:/data
  2. Run the Docker container using docker compose:

    docker compose -f /choose/path/to/docker-compose.sabnzbd.yml up -d

🆘 Support

If you need assistance, you can try asking in the hotio Discord, but you probably won't receive support for this image specifically.

💻 Source Code

  • Project Source Code (sabnzbd): The source code for the "sabnzbd" project is hosted at [sabnzbd/sabnzbd].

  • Docker Image Source: The source files for building the Docker image are hosted at [engels74/sabnzbd]. If you can't find what you're looking for in the master branch, check other branches.

🌟 Show your support

You can show your support by:

  • Giving us a star on Docker Hub or GitHub
  • Making a donation to hotio, as he's the genius behind the Docker images

Your support is greatly appreciated!

About

Fork of hotio's SABnzbd image, with added ffprobe

Topics

Resources

License

Stars

Watchers

Forks

Packages