All apps · 0 apps
DumbKan
Docker app from ZappyZap's Repository
Overview
Readme
View on GitHubDumbKan - Simple Kanban Board
A lightweight, mobile-friendly Kanban board application for managing tasks and projects. Built with vanilla JavaScript and Node.js.
Features
🎯 Task Management
- Create, edit, and delete tasks easily
- Double-click (desktop) or double-tap (mobile) to edit tasks
- Drag and drop tasks between columns
- Smooth animations and visual feedback during interactions
📱 Mobile-Optimized
- Responsive design that works on all devices
- Touch-friendly interface
- Double-tap to edit tasks on mobile
- Easy task movement with touch gestures
📋 Board Management
- Multiple boards support (Work, Personal, etc.)
- Create and delete boards
- Switch between boards instantly
- Persistent board state
📊 Column Management
- Add new columns for custom workflows
- Edit column names inline
- Remove columns with confirmation (fixing)
- Drag tasks between columns
🎨 Theme Support
- Light and dark mode
- System theme detection
- Smooth theme transitions
- Theme persistence across sessions
💾 Data Persistence
- Automatic saving of changes
- Persistent across page refreshes
- JSON-based storage
- No database required
Environment Variables
| Variable | Description | Default | Required |
|---|---|---|---|
| PORT | Port for the server to listen on | 3000 | No |
| DUMBKAN_PIN | PIN protection (4-10 digits) | - | No |
PIN Protection
When DUMBKAN_PIN is set, the app requires PIN verification before accessing or modifying boards. The PIN must be 4-10 digits long.
Data Persistence
Task data is stored in /app/data/tasks.json. When using Docker, mount this directory as a volume to persist data between container restarts.
Getting Started
Option 1: Docker (Recommended)
Pull the image:
docker pull dumbwareio/dumbkan:latestRun the container:
docker run -d -p 3000:3000 -v $(pwd)/data:/app/data --env-file .env dumbwareio/dumbkan:latestOpen your browser and navigate to:
http://localhost:3000
Option 2: Local Installation
Clone the repository:
git clone https://github.com/dumbwareio/dumbkan.git cd dumbkanInstall dependencies:
npm installStart the server:
npm startOpen your browser and navigate to:
http://localhost:3000
Usage Guide
Managing Tasks
- Click "Add Task" to create a new task
- Double-click (or double-tap on mobile) to edit a task
- Drag and drop tasks between columns
- Delete tasks using the delete button in the edit modal
Working with Boards
- Click the board name to open the board selector
- Use "Manage Boards" to add or remove boards
- Each board maintains its own columns and tasks
Customizing Columns
- Click "Add Column" to create a new column
- Click a column name to edit it
- Use the remove icon (×) to delete a column
Theme Switching
- Click the sun/moon icon to toggle between light and dark modes
- Theme automatically syncs with system preferences
- Theme choice persists across sessions
Technical Details
- Built with vanilla JavaScript - no frameworks
- Node.js backend with Express
- File-based JSON storage
- Responsive CSS with modern features
- Mobile-first design approach
Support the Project
Contributing
Feel free to submit issues and enhancement requests!
Install DumbKan on Unraid in a few clicks.
Find DumbKan in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
dumbwareio/dumbkan:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
The port on which the application will run.
- Target
- 3000
- Default
- 3000
- Value
- 3000
Data Dir
- Target
- /app/data
- Value
- /mnt/user/appdata/dumbkan
PIN protection (4-10 digits)
- Target
- DUMBKAN_PIN
- Value
- 123456