I’d like to add a dedicated Tailscale node for each of my services running on Docker, with the eventual goal of making certain services public via Tailscale Funnel.
I tried, rather unsuccessfully, to set up TSDProxy as it seems like a much more elegant solution than setting up Tailscale sidecars for each service. Well, not only was I not successful, but it actually kind of wrecked my networking configuration in a deeper way that required a system reboot! I don’t remember or understand what happened exactly, but it was a disaster. Mind you, it installs just fine by following the instructions on the TSDProxy installation guide, but when I try to actually add a service to it, it goes into a death loop and wreaks havoc.
Has anyone successfully set up TSDProxy, and if so, can you please share your docker compose? Thanks!