That would be a good place to start. Which providers does it support?
Comment on Self-hosted blog - do I need a static IP address?
Paddy66@lemmy.ml 3 weeks ago
Thank you for your replies everyone!
I’m looking into DDNS. Before I go with a provider, I notice that my router has this functionality built in. Should I use that?
(It’s an Asus RT-AX86U Pro - so fairly chunky in terms of spec)
SheeEttin@lemmy.zip 3 weeks ago
sem@lemmy.blahaj.zone 3 weeks ago
Seconding this, it is very convenient if it supports a good provider. But it is better imo to use a good provider with a helper script on your server than to stick with your router defaults if they’re not that good.
ohshit604@sh.itjust.works 3 weeks ago
Dultas@lemmy.world 2 weeks ago
Running a service like ddclient may give you more options at the cost of being more complicated.
ohshit604@sh.itjust.works 3 weeks ago
I have your exact router make and model! I self host my own domain on my home network and make use of the built in DDNS.
I would suggest looking into Asus WRT Merlin Firmware, the custom firmware enables more functionality to your router.
When hosting a reverse proxy like Nginx, Traefik, SWAG, Pangolin, etc keep in mind you 80:80 and 443:443 ports need to be exposed to the host machine then you will forward those ports on your router. This will allow your reverse proxy to communicate with Lets Encrypt creating your SSL certificates Liz
e8d79@discuss.tchncs.de 3 weeks ago
Regarding Lets Encrypt you don’t your server doesn’t need to be accessible from the internet if you use the DNS-01 challenge. Caddy with the caddy-dns plugin for your provider can do that automatically for you.