Comment on can I funnel more than one service at a time using tailscale?
Oisteink@lemmy.world 4 weeks agoIt can be done but I’d advice to rather set up a reverse proxy and funnel that. Then set up your reverse proxy accordingly.
Issue with the funnel is that its reverse proxy is a bit limited in rewriting. So if your service gas a native url of 127.0.0.1:8000/service1 then you serve it under /service1 If you have several services that expects to be served at root you might find it difficult to.
Blxter@lemmy.zip 4 weeks ago
Ok thanks I will check to see if they have a url/path option.
Do you have a suggestion on a service to set up my own reverse proxy?
Oisteink@lemmy.world 4 weeks ago
I like caddy for flexibility and ease with handle_parh. I believe there was some example on the tailscale website for a tcp caddy proxy.
Some sites cant be rewritten and have to be served on their expected path. Like some http file will refer to a css or something with absolute path.
Also you can get chatgpt or similar help you and ask it to explain whats being done and why. Just be stern and let it know what you’re using for software + versions. They know a lot of old shit too these LLMs
Oisteink@lemmy.world 4 weeks ago
Perhaps you can rewrite but that would have to include both ways + html source.
Best bet is serve at what path it prefers or can be configured to