Closed aommm closed 1 year ago
You need to set X-Forwarded-Port
on your reverse proxy
Thanks a lot, I got it working now! (Technically it was X-Forwarded-Proto
I needed to set).
Turns out that my Tailscale binary was a few months old. If I upgrade to Tailscale 1.44 it works (Tailscale PR that fixes this).
Issue
Hi!
My problem: I'm self-hosting Tandoor at
https://my-server.tail1234.ts.net:10000
. It's mostly working. I can see the app, it can load images and scripts. However, all API calls fail since they go tohttp://my-server.tail1234.ts.net:10000
instead ofhttps
.My setup:
http://localhost:1337
sudo tailscale serve https:10000 / http://127.0.0.1:1337
https://my-server.tail1234.ts.net:10000
Random thoughts:
If someone has time to look into the above it would be greatly appreciated!
Tandoor Version
d42d784aeb0595bbc0ed47eb8bbc27ba61b0787d
OS Version
Ubuntu 22.04.2
Setup
Docker / Docker-Compose
Reverse Proxy
Others (please state below)
Other
Tailscale
Environment file
Docker-Compose file
Relevant logs
No response