DEV Community

Discussion on: Hosting my new blog with Hugo

Collapse
 
sidpalas profile image
sidpalas • Edited

I use uptimerobot.com/ for my monitoring (Pingdom is nicer but I didn't see a completely free tier...). DDNS isn't too hard to configure if you wanted to automate the process of updating your DNS record if your home IP were to ever change.

I published a workshop on setting up the Hugo site on GCP with Caddy to my YouTube channel if you are interested: youtube.com/watch?v=xo_4n2Reh58

I also made the setup code available here: github.com/sidpalas/hugo-gcp-deploy

Thread Thread
 
mark_saward profile image
Mark Saward

I didn't know about uptimerobot, that's a good tip, thanks. I saw in your post you linked that you're using Docker. I've just posted how I'm using docker, you may be interested in the Caddy 1 http.git directive: dev.to/mark_saward/easy-updates-fo....