Home Catalogus Prowlarr
Media Stack

Prowlarr

Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  prowlarr:
    container_name: njorddeploy-prowlarr
    image: "lscr.io/linuxserver/prowlarr:latest"
    environment:
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=Europe/Amsterdam"
      - "UMASK_SET=022"
    volumes:
      - "./data/prowlarr/config:/config"
    ports:
      - "9696:9696"
    networks:
      - njorddeploy_net
    restart: unless-stopped
    user: "0:0"

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
PROWLARR_WEB_PORT 9696 The port Prowlarr's web interface will be accessible on.
PUID 1000 The User ID (PUID) for the container. Set to your user id for file access.
PGID 1000 The Group ID (PGID) for the container. Set to your group id for file access.
TZ Europe/Amsterdam Specify the timezone for the container, e.g., Europe/London, America/New_York.

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.