Join Nostr
2026-02-09 17:44:07 UTC
in reply to

Third spruce tree on the left on Nostr: So for example, my Writefreely server runs on a computer `steve` in my basement. My ...

So for example, my Writefreely server runs on a computer `steve` in my basement.
My cheap ($10?/yr) dynamic dns provider maps `https://awadwatt.com/` to the IP address assigned by my ISP. I've configured my cable router firewall to allow inbound http ports to another computer `bob`. NGINX on `bob` gets the request for `awadwatt.com` and knows to redirect to `steve:80`, i.e. Writefreely runs on port 80 there.

1/