SSD Nodes Learn Hosting plans →

Reverse proxies

One server, several apps, one public port. How to put nginx or Traefik in front of your containers and route each hostname to the right one.

Filtering by topic #reverse-proxy · clear

Guides

Beat CGNAT with a VPS reverse tunnel

CGNAT leaves you with no public IP. Put frp on a cheap VPS, dial the tunnel out from home, and terminate HTTPS on the public end with a real certificate.

Guides

Reach the DSH web UI on your VPS

The DSH web UI binds to 127.0.0.1:3080, so the URL your VPS prints will not open on your laptop. Three safe ways to reach it, and one you should avoid.

Guides

Your Ollama API has no password

The Ollama server ships with no authentication, so anything that reaches port 11434 can run your models and pull new ones. The three fixes, in order.