unsubbed.co

Tasks.md

Self-hosted task management & to-do tool that provides file based task management board that supports Markdown syntax.

Overview

A self-hosted, Markdown file based task management board A self-hosted, Markdown file based task management board - BaldissaraMatheus/Tasks.md The project has 2K+ GitHub stars and is licensed under MIT.

Key Features

Source: GitHub README

  • 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;

Getting Started

Source: GitHub README

docker run -d \
  --name tasks.md \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TITLE="" \
  -e BASE_PATH="" \
  -e LOCAL_IMAGES_CLEANUP_INTERVAL=1440 \
  -p 8080:8080 \
  -v /path/to/tasks/:/tasks/ \
  -v /path/to/config/:/config/ \
  --restart unless-stopped \
  baldissaramatheus/tasks.md

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, npm.