Hacker News new | ask | show | jobs
by 542458 1951 days ago
I switched my personal website to a Raspberry Pi 4 in my basement a while ago, with cloudflare caching and roll-your-own DDNS - I’ve been pleasantly surprised by how easy the whole thing was to do (although my requirements are far from exotic).
1 comments

Any good resources to share?
Not the poster but I assume an easy setup is simply ubuntu server, nginx, get a domain and put it on cloudflare free plan, setup a script that updates your home IP to cloudflare dns records. Then do letsencrypt for the https cert, setup automatic renewal, and you're probably good.
Bang on - that’s exactly my setup. Only thing I’m also using is PM2 for node script management.
Any good resources on how to go about implementing this?