this post was submitted on 19 Jun 2023
6 points (87.5% liked)

Selfhosted

39452 readers
1285 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
 

Hello friends,

I am looking for a self-hosted task / to-do list app that supports:

  • syncing across devices, preferably self-hosted
  • sort items myself rather than by deadline or built-in priority features, and preserve that order when syncing
  • allow defining arbitrary custom attributes

Some really nice to haves but not absolutely necessary features:

  • treat custom attributes as first-class. i.e. allow showing those attributes on the task-list view, without having to view all details to see it. Or be able to filter or by the attribute or sort by it.
  • allow custom logic for sorting
  • just scriptable features in general would be nice

I have been thinking of making my own, but wanted to see if this exists first.

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago

If you already have Nextcloud, maybe Nextcloud Tasks? It has worked really well for me although it is kind of a pain to get setup on phones.

Unfortunately I don't think is supports custom attributes or any scriptable features that I know of. But the web UI does let you sort manually. But I don't see that option on the phone app. Maybe I am just missing it. So it will get you half way there.

[–] [email protected] 1 points 1 year ago (1 children)

It's not a perfect fit, but have you tried todo.txt? https://github.com/todotxt/todo.txt

[–] [email protected] 1 points 1 year ago

this is great, but would only good for command-line or keyboard-driven use. Would need a compatible mobile / touchscreen UI

[–] [email protected] 1 points 1 year ago (2 children)

Answering myself: looks like taskwarrior is the closest thing right now. It seems moderately customizable with custom sort and atributes, and those attributes are decently first-class.

There are android clients, some are unmaintained, but theres a solid one called "foreground". I have not tried any android clients yet, so will look into that.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Happy you found something that works for you. I used TiddlerWiki for some time. It‘s very customizable and extensible. However, I ended up integrating my Tasks into Joplin in the end. I guess the main reason was that Joplin could be used offline too. (TiddlerWiki has the option to display content offline after you once load it, when used as PWA but it wasn‘t working reliably.)

[–] [email protected] 1 points 1 year ago

Nextcloud also has a to-do list that can connect to apps like tasks.org over webdav, but that might be overkill for your needs.

[–] sgtgig 1 points 1 year ago* (last edited 1 year ago)

Vikunja seems to support all of this in its list view. You can add and sort by labels, those labels are displayed in the list view, and you can drag and drop items and their order is maintained. It is a selfhosted web interface so all devices will have the latest data.

It has an API that's capable of anything the normal interface can do (as it plugs into the same API,) so if you're interested in scripting that would be a big bonus. I wrote a script that ties it into ntfy for notifications on overdue tasks or reminders.

[–] [email protected] 1 points 1 year ago

I used for a while MyTinyTodo and personally I really liked the simplicity and minimalism, while having a good range of features (also super small footprint on the server) Sadly I realized too lists were not really working for me anymore, so I had to move to a kanban board, but I have fond memories of that software :)

[–] [email protected] 1 points 1 year ago
load more comments
view more: next ›