stacks/homelab
Neale Pickett 1515293bf8 Also do SSH 2022-11-11 14:18:41 -07:00
..
unused traefix/nginx -> caddy 2022-09-04 08:37:29 -06:00
www index.html back in this repo 2022-11-04 15:47:21 -06:00
.gitignore traefix/nginx -> caddy 2022-09-04 08:37:29 -06:00
Caddyfile Switch to http over ssh -R 2022-11-10 21:22:15 -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 Also do SSH 2022-11-11 14:18:41 -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 :)