this post was submitted on 28 Apr 2026
18 points (100.0% liked)

Self Hosted - Self-hosting your services.

19740 readers
1 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

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 5 years ago
MODERATORS
 

Hello everyone, I just wanted to introduce you to my newest project. Its a simple time-based priority queue for your chores!

I suppose its a very niche area, I just wanted to have some queue from which any member of my family can take one of the top most priority chores.

Also, it is (going to be) kinda my reference project so you may find some weird stuff like why the heck am I using liquibase ๐Ÿ˜€ Simply because I use it at work and I want to show it off in the future when I am sending my CV!

I make no promises for the future feature, but I would like to have chore categories (so multiple dashboards baby) and maybe a home assistant plugin (for smart displays).

Oh and one more thing, I did not use any LLM's to create this stuff. I think at some point I will have to make some project with AI to "improve" my CV, I am seeing it in way too many job descriptions, but I don't want to do it for the fun projects like this one.

Anyway, I hope you like it, feel free to tell me your opinion, even if it's just saying that my sense for UI esthetics sucks (oh boy I do not have that sense I know it) ๐Ÿ˜€

Oh and here is the repo https://codeberg.org/Tony4dev/chorizard

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dieTasse@feddit.org 1 points 2 weeks ago (1 children)

Lol nice coincidence ๐Ÿ˜€ Hope you will like it! There is still a date though, it's not completely decoupled, but it's more sliding window and I only mark the chores as overdue if missed, but it still sorts neatly which is what you might like ๐Ÿ˜Š I was thinking making it pwa, which i am not sure if it can send notification. I can check it out for sure because I think it would be useful. I don't really know gotify, been using ntfy (selfhosted), so i gotta look into it and maybe what they have in common to do something more universal.

[โ€“] UndeadDreads@lemmy.world 2 points 2 weeks ago

Thanks, your explanation on the date is what I meant but poorly expressed.

I didn't mean gotify specifically either, just some way of getting notifications out of it would be great. Anyone like me needs them because I am not diligent enough to sign into a dashboard to pro actively check.

Keep up the awesome work, I'll be keeping my eye on this for sure.