Hacker News new | ask | show | jobs
by Balgair 1950 days ago
Any good resources to share?
1 comments

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?