Self-host

Up and running in a few minutes.

docu.nexus runs as one Docker stack: Postgres, Redis, and the app. Clone the repo, run two scripts, open localhost.

git clone <repo-url> docu.nexus
cd docu.nexus
./scripts/setup.sh       # copies the .env files, checks Docker
./scripts/docker-dev.sh  # builds and starts every service

Migrations and the seed run for you. Open http://localhost:5173 and sign in. Full steps (prerequisites, configuration, resets) live in the manual.