Home Catalogus Flatnotes
Productivity

Flatnotes

A self-hosted, database-less flat-file markdown note taking web app with fast search and wikilinks.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  flatnotes:
    image: "dullage/flatnotes:latest"
    container_name: njorddeploy-flatnotes
    restart: unless-stopped
    environment:
      - "FLATNOTES_AUTH_TYPE=none"
      - "FLATNOTES_SECRET_KEY=flatnotes_secure_secret_key_123"
    ports:
      - "8088:8080"
    volumes:
      - "./data/flatnotes/data:/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
FLATNOTES_WEB_PORT 8088 Port for the Flatnotes web interface.
FLATNOTES_SECRET_KEY flatnotes_secure_secret_key_123 Secret key for authentication sessions.

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.