Tasks.md
A self-hosted, Markdown file based task management board.

⭐ Features
- Create cards, lanes and tags in a modern and responsive interface;
- Write cards as Markdown files;
- Easy to install with a single Docker image;
- Light and dark themes synced with operating system settings;
- Heavily customizable with 3 default color themes (Adwaita, Nord and Catppuccin);
- Support for subpath based reverse-proxy with an environment variable for base path;
- Can be installed as PWA.
- Multilingual support, with locale auto-detected from browser and persisted per user;
Upgrade from 2.X.X to 3.X.X
If you're running a docker container with version 2 of Tasks.md and want to upgrade it to version 3, please follow up those instructions as it requires some tweeks for it to work properly.
🐋 Installation
Docker
Paste this command:
docker run -d \
--name tasks.md \
-e PUID=1000 \
-e PGID=1000 \
-e TITLE="" \
-e BASE_PATH="" \
-e LOCAL_IMAGES_CLEANUP_INTERVAL=1440 \