Replies: 4 comments
-
|
You'd need to explicitly support a rewrite. |
Beta Was this translation helpful? Give feedback.
-
|
@ortonomy the tailscale implimentation has the UI on /admin . the clients on windows, macOS, iOS and android all direct you to /admin you would have to handle the route changes in your proxy. |
Beta Was this translation helpful? Give feedback.
-
so I tried doing this. I got it to rewrite all I don't really get what needs to be done. What if I have multiple apps running on the same server. I don't want one to force itself onto /admin |
Beta Was this translation helpful? Give feedback.
-
you mean for authentication or for managing your tailnet through the apps? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure how this container is expected to be used. If it's behind a reverse proxy and I want to put it on a path like
/ui/headplane/*how can I do it? When I visit/ui/headplane/adminit tries to redirect me to/admin/machinesinstead of/ui/headplane/admin/machinesand then 404sAnyone else managed to get this working on a reverse proxy? Using nginx BTW. I tried rebuilding app and publishing image with
__INTERNAL_PREFIX=as empty string but then once container is running it 404s. :( what can I do to fix this?Beta Was this translation helpful? Give feedback.
All reactions