this post was submitted on 01 Nov 2025
27 points (100.0% liked)

Self-hosting

3816 readers
2 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's going on on your servers? Smooth operations or putting out fires?

I got some tinkering time recently and migrated most of my Docker services to Komodo/Forgejo. Already merged some Renovate PRs to update my containers which feels really smooth.

Have to restructure some of the remaining services before migrating them and after that I want to automate config backup for my OpnSense and TrueNAS machines.

you are viewing a single comment's thread
view the rest of the comments
[–] standarduser@lemmy.dbzer0.com 4 points 2 days ago (4 children)

I just purchased my first domain, so now i get to learn how to use that with a reverse proxy and setting up the routing. DNS already giving issues on home network so this'll be fun.

[–] imetators@lemmy.dbzer0.com 3 points 1 day ago

Small pro tip: if you going to use Nginx Proxy Manager - it has SSL cert generator built in that also auto-renews certs before they expire. Many people say that for security reasons, open only 443 port and close 80. But that will raise an issue where certs wont generate if port 80 is closed. Not sure if it works the same way with other reverse proxy managers. but it 100% does with NPM.

[–] SolarpunkSoul@slrpnk.net 3 points 1 day ago

Good luck! It took me a good while to figure out how that all works

[–] solbear@slrpnk.net 2 points 1 day ago (1 children)

Nice! I use Nginx Proxy Manager and found the process to be surprisingly simple, but if your public IP change often it could be annoying if you don't have some way to automate updates of DNS records. Let us know if you have any issues!

[–] standarduser@lemmy.dbzer0.com 1 points 15 hours ago

Thank you! I appreciate the extension. I think i'm in the right direction so far with it, just running in to a problem currently with getting my site to phone back to my device. it's odd that it isn't getting through. even with ports forwarded and reserved.

[–] lefaucet@slrpnk.net 2 points 1 day ago (1 children)

Is there something in particular tripping you up?

[–] standarduser@lemmy.dbzer0.com 1 points 15 hours ago

I do seem to be running in to one issue so far. I've got my * A record in the live dns pointing to my public IP and I do have ports open and reserved, just not seeming to be able to get it to work properly.