dumbkan
A stupid simple KanBan Board
100K+
A lightweight, mobile-friendly Kanban board application for managing tasks and projects. Built with vanilla JavaScript and Node.js.
| Variable | Description | Default | Required |
|---|---|---|---|
| PORT | Port for the server to listen on | 3000 | No |
| DUMBKAN_PIN | PIN protection (4-10 digits) | - | No |
When DUMBKAN_PIN is set, the app requires PIN verification before accessing or modifying boards. The PIN must be 4-10 digits long.
Task data is stored in /app/data/tasks.json. When using Docker, mount this directory as a volume to persist data between container restarts.
Pull the image:
docker pull dumbwareio/dumbkan:latest
Run the container:
docker run -d -p 3000:3000 -v $(pwd)/data:/app/data --env-file .env dumbwareio/dumbkan:latest
Open your browser and navigate to:
http://localhost:3000
Clone the repository:
git clone https://github.com/dumbwareio/dumbkan.git
cd dumbkan
Install dependencies:
npm install
Start the server:
npm start
Open your browser and navigate to:
http://localhost:3000
Feel free to submit issues and enhancement requests!
Content type
Image
Digest
sha256:431e0d744…
Size
44.3 MB
Last updated
about 1 year ago
docker pull dumbwareio/dumbkanPulls:
2,238
Last week