Comment on New(ish) to self-hosting. Question about reverse proxy setup
kn0wmad1c@programming.dev 2 days agoIf you look at the docker compose for the stack I’m using, cloudflare is definitely a part of it:
github.com/geekau/…/docker-compose.yaml
Headscale requires cloudflare, and tailscale requires Headscale.
The documentation for how all of this ties together is really sparse.
ragingHungryPanda@piefed.keyboardvagabond.com 2 days ago
that’s quite a long compose file.
the way that I use cloud flare is with tunnels since my ISP blocks my ports. I have cloudflared running that connects to the cloudflare tunnel, which has a map of domain name to a service name, which is how services are accessed externally.
tailscale connects to tail scales main service and that’s how I access internal systems. at least that’s how I’m running it.