Home Catalogus Web Notepad
Beveiliging & Hulpprogramma's

Web Notepad

A minimal, web-based notepad application for quick note-taking, text sharing, and viewing system post-deployment summaries.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  web-notepad:
    container_name: njorddeploy-web-notepad
    image: "docker.io/jdreinhardt/minimalist-web-notepad:latest"
    restart: unless-stopped
    ports:
      - "8083:80"
    volumes:
      - "data_root/web-notepad/data:/var/www/html/_tmp"
    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
8083 Port to access the Web Notepad 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.