Dægwork

Deploy Dægwork in minutes.

Runs on your own server via Docker Compose. SQLite by default, no separate database required. MIT licensed and open source.

View on GitHub

Clone the repository, copy .env.example to .env and set JWT_SECRET and ADMIN_PASSWORD at minimum. Run docker compose up -d.

Visit http://localhost:8080 (or whichever PORT you configure) and log in with your admin credentials. From Admin, create user accounts — each new user receives an email to set their own password.

Full configuration options, environment variable reference, and upgrade notes are in the repository README.