What are you up to? Hitting any walls, enjoying tinkering, or is everything going smooth?
I almost finished my forgejo-komodo gitops workflow, but I’m hitting issues with file ownership in the stacks deployed by Komodo. I can’t find the time currently to dive in deeper, but I swear I am this close! :)
Recent talks about RSS are making me thinking about finally replacing my barely maintained Selfoss with FreshRSS, but I’m not in a hurry. I’ve been adding some nice blogs lately and removed some sources with too much output for my liking and now I actually read most of what’s coming in.
Added another wordpress instance to our server (all docker-compose). The craziest thing happened where the second site was kind of working but broken in very strange ways. Well, turns out that for the second site Caddy was pointed to the files of the first instance while passing php_fastcgi to the new one 🤯 😵💫 What’s more, having different relative paths for the Caddy container and the wordpress container was not as simple as I thought it was. The devil (the hours of debugging) is always in the details. Managed to solve it in the end!