Home Catalogus Duplicati
Cloud & Storage

Duplicati

Encrypted, incremental, and deduplicated backup client for cloud storage and local drives.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  duplicati:
    image: "linuxserver/duplicati:latest"
    container_name: njorddeploy-duplicati
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - "SETTINGS_ENCRYPTION_KEY=DuplicatiSecretKey2026NjordDeploy!"
    ports:
      - "8200:8200"
    volumes:
      - "./data/duplicati/config:/config"
      - "./data:/source:ro"
      - "./data/duplicati/backups:/backups"
    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
DUPLICATI_WEB_PORT 8200 Duplicati web interface port.

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.