October 22, 20232 yr Hello, I was checking out Tailscale on my server. When I started my container I noticed that every time I connect to my server via Tailscale I am automatically logged in to Unraid. It doesn't matter if I have SSL on or off. It doesn't happen when I connect via Tailscale from the plugin, there is no such action. I tried simple compose file from the docker hub command and expanded one like below. Every time the same - I am logged into Unraid when I connect via Tailscale from my docker. I am not sure why it happens. Please take a look at my compose file and tell me if I am doing something wrong or maybe it should work like this somehow. version: '3.8' services: tailscaled: container_name: tailscale hostname: "docker" privileged: true cap_add: - NET_ADMIN - NET_RAW volumes: - "/mnt/user/appdata/tailscale:/var/lib" - "/dev/net/tun:/dev/net/tun" network_mode: host image: tailscale/tailscale:latest restart: always environment: - PUID=1000 - PGID=1000 - TS_STATE_DIR=/mnt/user/appdata/tailscale/state - TS_ROUTES=192.168.0.0/24 - TS_AUTHKEY=tskey-auth-xyz - TS_EXTRA_ARGS=--advertise-exit-node
October 25, 20232 yr I am experiencing the same issue. I cannot comment on your config as I am new to Tailscale and am no expert with Docker. Before installing TailScale Docker container I was logged in with Unraid Connect/My Servers plugin. Are you using this plugin?
October 26, 20232 yr Author @jchaven I never used Unraid Connect. I was once checking Tailscale plugin but I needed exit node with LAN access and I wasn't able to configure it on this plugin. However on Tailscle plugin autologin issue wasn't present.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.