Home Catalogus qBittorrent
Media Stack

qBittorrent

A lightweight, open-source BitTorrent download client featuring a full-featured web interface, bandwidth scheduling, and built-in search engines.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: njorddeploy-qbittorrent
    restart: unless-stopped
    environment:
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=Europe/Amsterdam"
      - "WEBUI_PORT=8084"
    volumes:
      - "./data/qbittorrent/config:/config"
      - "./data/downloads:/downloads"
    ports:
      - "8084:8084"
      - "6881:6881"
      - "6881:6881/udp"
    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
QBITTORRENT_WEB_PORT 8084 The external HTTP port to access the qBittorrent 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.