Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Connecting via Tailscale automatically logs me into Unraid

Featured Replies

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

 

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?

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.