Comment on Selfhosting Sunday - What's up to date, selfhosters?
thzihdd@feddit.org 19 hours ago
I use Traefik as reverse proxy for local only services with let’s encrypt certificates. Just needed to a) register the subdomains and b) expose port 80 for the challenges without anything being served on that port.
Wireguard into my network and local DNS via Pihole to ensure proper local IPs. Works like a charm.
tofu@lemmy.nocturnal.garden 17 hours ago
I need to check what exactly I need to expose. I had 80 and 443 exposed but limited the access to local IPs in nginx like this:
I still have some services I want to expose so generally I’ll keep the ports open.