Hacker News new | ask | show | jobs
by throwawayzRUU6f 1829 days ago
it really is much harder to self host than it used to.

90s: ask your ISP for a public IP, register your domain, start Apache and off you go

Nowadays: getting a public IP is iffy. All good domain names are taken. Emails from your self-hosted mail server go straight to spam/junk. Fiddling with TLS certificates is close to mandatory. The moment you start your server, you're bombarded by a flood of gratuitous requests, trying out every known vulnerability under the sun. etc. etc.

1 comments

I wasn't part of the "ask your isp" era, but I would say you're painting nowadays a little more bleak then then it really is.

I can grab a cheap vps within minutes from DigitalOcean or OVH, with a public IP included. Both offer images with pre-configured software, and there are ample guides for setting up just about anything. Certbot/Let's Encrypt will literally setup add the generated TLS cert to your nginx config if you ask it to.