Home Catalogus PrivateBin
System & Tools

PrivateBin

Zero-knowledge, client-side encrypted minimalist pastebin application.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  privatebin:
    image: "privatebin/nginx-fpm-alpine:latest"
    container_name: njorddeploy-privatebin
    restart: unless-stopped
    ports:
      - "8106:8080"
    volumes:
      - "./data/privatebin/data:/srv/data"
    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
PRIVATEBIN_WEB_PORT 8106 PrivateBin 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.