konnoskonnos

Docs

How to run konnos.

For now, docs live next to the code. A dedicated docs.konnos.org site lands in v0.2 — see ROADMAP.

Quickstart

Four lines on a Linux box with Docker installed. Opinionated defaults, batteries-included.

git clone https://code.konnos.org/konnos/konnos.git
cd konnos
cp .env.example .env   # edit POSTGRES_PASSWORD
docker compose up -d

For production deployment with Dokploy + Traefik + Let’s Encrypt (the same path that runs code.konnos.org itself), see the full repository.