this post was submitted on 03 Feb 2024
156 points (97.6% liked)

Selfhosted

39206 readers
300 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 1 year ago
MODERATORS
 

Hey selfhosted community,

Around a year ago I started a new project called Tasks.md, which is a self-hosted task management system that aims to be simple and easy to install. I also made this reddit post to share with the community.

Yesterday I released the version 2.0.0 so I thought it would be a good time to share it with the community again. The new version includes some previously requested features, some features that no one requested but I thought would be nice to have, simplifies the initial setup, improves documentations and some other things.

You can find it here: https://github.com/BaldissaraMatheus/Tasks.md.

Main 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 (though it requires setting up https).
top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 7 months ago (1 children)

Not something that I need but absolutely beautiful UI and congrats on the 2.0 release!

[–] [email protected] 3 points 7 months ago

Thank you! 🙂

[–] [email protected] 14 points 7 months ago (1 children)

This is great! Why not turn it into a Desktop app via Electron or a similar solution? Since it stores everything as plain text files a desktop app would be great because people could just download it and use it standalone (easier than docker + browser) and sync files between machines using some cloud service or Synching.

[–] [email protected] 4 points 7 months ago

Why not turn it into a Desktop app via Electron or a similar solution?

This is a feature for me that makes me inclined to try it. I really don't like Electron.

[–] [email protected] 7 points 7 months ago (1 children)

Is there a reminder/alert system for due or soon-to-be-due tasks?

[–] [email protected] 3 points 7 months ago (1 children)

No, right now there is no alerts and no way to assign due dates to the tasks

[–] [email protected] 2 points 7 months ago

If you do, please consider supporting webhooks or ntfy. Look forward to test this!

[–] [email protected] 3 points 7 months ago (1 children)

Hi i like your project and i will most likely start to use it.

i also use silverbullet.md, it could be awesome to have some kind of interoperability from the two.

[–] [email protected] 2 points 7 months ago

Hey, I didn't know about silverbullet until now, I'm gonna take a look about it when I have some free time!

[–] [email protected] 3 points 7 months ago

This is awesome, starring this to make sure I don't forget to give it a try.

[–] [email protected] 2 points 7 months ago

Started using it today and finding it superuseful - thanks for your hard work.

Would love to be able to pick different colours for individual entries!