

Yeah, For some reason I didn’t think of ansible even though I use it at work regularly. Thanks for pointing it out!


Yeah, For some reason I didn’t think of ansible even though I use it at work regularly. Thanks for pointing it out!


And it’s stable enough for you? Do you go service by service or is it good enough for everything?


So everything is dockerized and points to :latest?
What about the necessary changes to the docker compose files? What about changes necessary in nginx configs?
I guess you also read each release notes manually?


I am developing a script which will do that specifically for my services.
Right now at the first stage it only checks GitHub, Codeberg, etc. To check if there is a new version compared to what each service is running right now.
https://git.jeena.net/jeena/service-update-alerts
I am extending it now with a auto update part, but it’s difficult because sometimes I can’t just call a static script because some other migration things need to run. So I have a classifier which takes the release notes and let’s a local LLM to judge if it’s OK to run the automation or if I need to do it manually. But for that I am collecting old release notes as examples from each service. This takes forever to do so I only have it done for PieFed, PeerTube, Immich and open-webui, and I didn’t push those changes to the public repo yet.


Hm, I didn’t think of ansible, that’s something I should think about to use.


I’m vibe coding a app for my TV to show random pictures from my immich instance on the TV and now it’s a bit broken and anyway I want it to fix the app!


What is n8n?





One caveat is that all of us are using the same user radicale user account
This is not necessary, we don’t do that we have the same setup but what I did was I just symlinked the shared calendars, to all the users, see https://github.com/Kozea/Radicale/wiki/Sharing-Collections
Yeah, actually once I realized how much they have I turned it off in panic first, but then I realized, turning it off only disallowes me access to it, they still have it, so I turned it back on.
OK, I didn’t read the full text but I saw self-hostable alternative to Google Timeline and Hona Assistant and I’m sold!
Google timeline once genuenly helped me get my Swedish citizenship, but it also freaked me out how much data Google had about me.
I had to write down when I left the country and when I came back for the last 5 years or so, and without timeline it would not been possible because during that time I traveled abroad at least twice a Mont for a year.
Anyway it sounds very cool especially because I’m already having Home assistant set up for this but it doesn’t have this timeline functionality.


Something like that is what I’ve been waiting for a long time for. Really looking forward to it.





FairScan, very cool, I was looking for something like that. I already use Paperless.


Yes I always have it on, both when I’m at home and away. The problem is that when I try to pay something with Samsung Pay, the Samsung Pay app tells me to turn off the VPN before I can use it.


That sounds too good to be true :D I’m also really interested in Graphene OS but I never pulled the trigger. Perhaps I need to buy some used pixel to try if all the things work which I need.


But those services detect that I have VPN on and force me to turn it off, otherwise they just exit.


So how do you deal with the fact that So many services on the phone tell you to turn off VPN to use them? I’m turning the VPN off and on several times a day on my phone and am always annoyed about it, because I need it on so I can get notifications and calls from my parents home network.
But every time I need to pay with Samsung Pay I have to turn it off, every time I want to log in to a government website I have to use this 2FA PASS app here in Korea and I have to turn the VPN off.
So often I forget to turn it on again, it’s so annoying, that this alone makes me want to put my stuff directly on the internet without a VPN and just keep stuff updated.


I installed Jellyfin on my Synology and it works very well for a bit and then it gets stuck and Synology stopps the Docker container and you need to start it again. So every time me and the wife sit down to watch a movie it doesn’t work, while when I test it then it works. I had to switch to rygel on my PC quickly so that we could watch the movie this day.
Because you point to :latest and everything is dockerized and on one machine? How does it know when it’s time to upgrade?