stacks/homelab
Neale Pickett 223a6dfc21 Add ddns and CoreDNS for local resolution of sweetums.woozle.org 2022-11-22 17:50:33 -07:00
..
unused traefix/nginx -> caddy 2022-09-04 08:37:29 -06:00
www Bye bye bittorrent, you will be missed 2022-11-15 19:14:48 -07:00
.gitignore traefix/nginx -> caddy 2022-09-04 08:37:29 -06:00
Caddyfile Add ddns and CoreDNS for local resolution of sweetums.woozle.org 2022-11-22 17:50:33 -07:00
Corefile Add ddns and CoreDNS for local resolution of sweetums.woozle.org 2022-11-22 17:50:33 -07:00
README.md Switch to http over ssh -R 2022-11-10 21:22:15 -07:00
dave.yaml traefix/nginx -> caddy 2022-09-04 08:37:29 -06:00
deploy.sh Move everyone to caddy 2022-09-04 17:12:30 -06:00
docker-compose.yaml Add ddns and CoreDNS for local resolution of sweetums.woozle.org 2022-11-22 17:50:33 -07:00

README.md

Neale's Homelab

This is the stuff I run on my little Raspberry Pi.

I guess I fiddle around with it pretty frequently.

Routing

My ISP uses Carrier-Grade NAT, which I would have called IP Masquerading.

This means I can't bind ports on a routeable IP. So instead what I do is run this SSH connection off to my cloud server, listens for incoming connections on port 5800, and then have my cloud server proxy stuff to port 5800.

It's a gross kludge but it works well :)