Open
Description
What is the issue?
tailscale web
for a tailscaled running in a Docker container fails with "Failed to login". Looking at the web console, there is an "invalid origin" error.
Steps to reproduce
-
docker create -i -t --name=Tailscale --privileged \ --net=host \ --cap-add NET_ADMIN \ --cap-add NET_RAW \ --cap-add SYS_ADMIN \ -v /share/Docker/Tailscale:/var/lib/tailscale:rw \ -v /dev/net/tun:/dev/net/tun \ --restart unless-stopped \ tailscale/tailscale:latest tailscaled --port=41641```
docker exec Tailscale tailscale web
- Go to
http://localhost:8088
and try to log in
Are there any recent changes that introduced the issue?
No response
OS
Linux
OS version
Reproduced on Fedora 41, ASUSTOR NAS
Tailscale version
1.80.0
Other software
No response
Bug report
No response