this post was submitted on 05 Oct 2025
22 points (95.8% liked)

Self-hosting

3750 readers
53 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pot_belly_mole@slrpnk.net 2 points 4 days ago

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!