this post was submitted on 04 Aug 2025
140 points (98.6% liked)

Selfhosted

50093 readers
602 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
140
submitted 14 hours ago* (last edited 12 hours ago) by baldissara@lemmy.world to c/selfhosted@lemmy.world
 

Hey guys, version 3.0.0 of Tasks.md just got released. This is the largest update so far and includes several new features. I'll list the most important ones below.

Tasks.md is a self-hosted, Markdown file based task management board. It's like a kanban board that uses your filesystem as a database, so you can manipulate all cards within the app or change them directly through a text editor, changing them in one place will reflect on the other one.

The latest release includes the following:

  • Added support for checkboxes;
  • Added different view modes (extended, regular, compact, tight);
  • Added due date;
  • It now uses tree structure from root path for multiple boards;
  • Syncs UI with filesystem changes done outside the app;
  • Ignores lanes and cards whose names start with dot;
  • Added copy button to code blocks;

Inspired by this blog post, I included a "This is a low maintenance project" segment in the README, which means that this was the last big update the project will receive and I'll no longer work on new features, expect for maybe some that were already previously discussed in the issues page.

If you decide to try the app, feel free to open new issues in the repo for any problem you may encounter, this release came with a lot of new stuff so there is always a chance that it introduced new bugs (but hopefully it didn't, I tested it a lot before pressing the "new release" button).

you are viewing a single comment's thread
view the rest of the comments
[–] SnotFlickerman@lemmy.blahaj.zone 13 points 13 hours ago* (last edited 13 hours ago) (1 children)

What about actually self hosting on a local server? When I think self-hosted I don't imagine having to go to someone else's website.

Edit: nvm, found the GitHub

https://github.com/BaldissaraMatheus/Tasks.md

I'm just used to a "getting started" link taking me to... How to install it.

[–] baldissara@lemmy.world 7 points 12 hours ago* (last edited 12 hours ago)

Sorry I made the mistake of copying the same post from reddit without updating the links, it's fixed now. Thanks for pointing out