clifmo
@clifmo@programming.dev
- Comment on Is there room for Windows selfhosters? 1 week ago:
Welcome sure, but few and far between. Check out JimsGarage on YouTube. He does a lot of windows selfhosting content
- Comment on How do you manage you DB in a docker environment? 1 week ago:
Bare metal database VM running mariadb, postgres and valkey. Haven’t had any issues with needing multiple versions. Simpler to manage imaging the VM and data backups from a central place. Plus, I need a general database anyways for development work, sanitized production clones, etc. No sense in having 50 database servers running when I can have 3
- Comment on New Article - Whole Home Audio with SnapCast 4 weeks ago:
I’m going to read and understand this but already ok feeling glad I just bought a product and was done www.wiimhome.com/wiimmini/overview
- Comment on Goodbye Google - I self-host everything now on 4 tiny PCs in a 3D printed rack (CaptainRedsLab) 3 months ago:
I’ll do it for $1000 and less wattage
- Comment on What us the best way to add remote access to my servers? 3 months ago:
Yup. It gets more involved once you start adding DNS and SSL. But if you’re ok typing IPs and you’re not opening your firewall to the public, it’s all you really need.
- Comment on What us the best way to add remote access to my servers? 3 months ago:
All you need is Wireguard with IP forwarding allowed on the host, maybe some firewall rules if you have one. You configure your wire guard client to only route traffic for your network IPs. I leave my wire guard client connected 100% of the time.