Home Catalogus SABnzbd
Media Stack

SABnzbd

An automated Usenet binary newsreader and download manager featuring automatic repair, unpacking, and seamless PVR stack integration.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 8086

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  sabnzbd:
    image: lscr.io/linuxserver/sabnzbd:latest
    container_name: njorddeploy-sabnzbd
    restart: unless-stopped
    environment:
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=Europe/Amsterdam"
    volumes:
      - "./data/sabnzbd/config:/config"
      - "./data/downloads:/downloads"
      - "./data/downloads/incomplete:/incomplete-downloads"
    ports:
      - "8086:8080"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
SABNZBD_WEB_PORT 8086 The external HTTP port to access the SABnzbd web interface.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.