• 1 Post
  • 35 Comments
Joined 1 year ago
cake
Cake day: December 28th, 2023

help-circle











  • I hate what I’m reading here… But I have already thought about the possible enshitification of docker and docker-compose…

    It really sucks to always have to relearn everything from the beginning… Now that I feel comfortable I have to relearn a new way to keep my homelab up and running.

    Kinda understand how Plex people feel when someone tells them to switch over to jellyfin…Can’t wait to see Jellyfin or Arr stack going a similar route 😮‍💨😮‍💨!

    Edit: Similar feeling goes toward Traefik… 😕🫤





  • Hello :)

    This looked promising, thank you for the hint ! However, the format is probably not what Glance is expecting (ndjson) so there is no way to query the expected key and throws the following error: invalid response JSON !

    This would have been so nice and easier than to mess around with a database and postgREST haha ! I think I going to stop here as it gets kinda messy and out of my personal comfort… Maybe in the near future there will be someone adding a widget who knows xD Myself I’m not able to do so… Will probably give also AI a try with copilote as mentioned by another user see if I get better results.

    My “half-baked” solution involves a postgREST database container which gets it’s query from my bash script send via curl… It somehow works for simple queries like “Backup failed” but as soon as they are some special characters (from stderr), it just breaks…



  • Hey thanks for your answer ! Yeah probably AI would be a good fit in this little scenario but I don’t have the necessary credits to ask something like this. However yesterday, I found out about postgREST and while this is totally out of my league (never touched a database in my life…) Spinning up the docker container with my own domain was easy enough :).

    Their tutorial 0 - Get it running was easy to follow for a simple database and even tho it took me the whole day to make it work to my liking. After a lot of trial and error, it does updated my Glance instance with my script’s error message ! *Yeahhhhhi !!

    While this isn’t a direct native link to NTFY, it does work and is simple enough to keep it up. But adding a bit more complexity to it and everything falls apart… Not sure if I will diver deeper in that rabbit hole right now, because working with databases is a whole world on it’s own and have why to many other project on hold right now…