Replies: 1 comment
|
Not sure if #48 is related. It's a timeout instead of a rejected connection. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
• Mac mini M2
• MacOS 15.1.1 (latest)
• Podman 5.3.0 (latest)
It took some finagling, but I finally got TSDProxy running with this compose setup:
I have a few Node apps running on ports in the 3000s. I also have the
sample-nginxcontainer running from the quick start docs.I can see
tsdproxy,tsdproxy-tailscale-docker-proxy-1,nodeapp, andsample-nginxin my list of Tailscale machines.I can also see the services running when I visit the TSDProxy dashboard:
<!-- https://tsdproxy.<silly-name>.ts.net --> https://nodeapp https://sample-nginx https://tsdproxyHowever, any time I try to visit one of these services, it fails and I get a connection error in my logs.
I've tried to define networks (#43) but that doesn't do the trick either (the node app has a network configured). Any suggestions?
All reactions