Hacker News new | ask | show | jobs
by devwastaken 1950 days ago
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.
1 comments

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?