A real-time & persistent kanban board.
This is meant to be used by a single user only. Run locally with go run or on Docker with docker run -p 80 -e USERNAME=test -e PASSWORD=test ghcr.io/nitrix/kanban.
| Name | Description | Default |
|---|---|---|
| FEATURE_STAY_LOGGED | Stays logged in via a browser cookie. | false |
By default, SQLite is used for local storage, meaning it's probably a good idea to mount a volume at /opt/data for
where /opt/data/kanban.db will reside to not loose your data.
Alternatively, you can use an external Postgres database by mounting SSL certificates at /opt/certs and playing with the environment variables:
The code was put together in a hurry (less than a day) and is an absolute disaster.
This is free and unencumbered software released into the public domain. See the UNLICENSE file for more details.

