logoalt Hacker News

_defyesterday at 11:23 PM3 repliesview on HN

now the real fun part is how to self-host it on a machine accessible on the net without services like cloudflare or tailscale tunnels.


Replies

tadasvyesterday at 11:51 PM

Fixed IP would be a way to go. Some people pick dynamic dns server so they can periodically update if their IP changes. But IMO it's just too complicated. I don't think there's a good way to go around ISP restrictions, especially in USA.

I host my site on my own home server, but I do have a proxy ec2 server to tunnel public traffic via wireguard back to my home server. This keeps things a bit more protected and my router/home network not directly exposed. I'm also not locked into AWS, I just use them for convenience, but could get any other cheap proxy to run wireguard. No dependency on tailscale either, it's just nicer interface to wireguard. Wireguard config is like 5 lines btw.

show 1 reply
wolvoleoyesterday at 11:43 PM

It used to be as simple as getting a fixed IP but these days that is indeed a lot harder to get.

raytopiatoday at 12:10 AM

You can do it over TOR.