Skip to content

Update 7.0.0 Release Notes for -rc.2 #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/unraid-os/manual/security/tailscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,22 @@ The Tailscale plugin for Unraid is technically *not required* for Docker integra
1. Unraid will automatically determine the best port to reverse proxy via **Serve** or **Funnel** based on the **WebUI** field for this container, visible by switching from **Basic View** to **Advanced View** in the upper right corner of the Edit Docker page. To override this value, enable **Tailscale Show Advanced Settings** and modify the **Tailscale Serve Port**.
2. In most cases, specifying the port is all that is needed to get **Serve** or **Funnel** working. Additional settings are available behind the **Tailscale Show Advanced Settings** switch. See the inline help and the Tailscale documentation for [Tailscale Serve Command Line](https://tailscale.com/kb/1242/tailscale-serve) for details on using those advanced settings.

11. **Apply** your changes, then click **View Container Log**. Watch the logs for Tailscale-related messages and click the link titled "To authenticate, visit". This will take you to the Tailscale website where you can approve the request to add this container to your Tailnet.
12. If you see a message saying "ERROR: Couldn't detect persistent Docker directory for .tailscale_state", please do the following:
1. Edit the Docker container, look at the paths which are mapped and pick one to store your Tailscale state data, then identify the **Container Path** for that mapping. For this example we will assume it is `/container-path/`, adjust as needed.
2. Enable **Tailscale Show Advanced Settings** and set the **Tailscale State Directory** to:

```xml
/container-path/.tailscale_state
```

3. Start the container and it will use your specified directory to store the Tailscale state files.
4. Note: if you are a Docker XML author you can simplify this for your users by adding this variable to the container’s XML file so your users don’t have to do this:

```xml
<TailscaleStateDir>/container-path/.tailscale_state</TailscaleStateDir>
```

## Updating Tailscale

Tailscale is updated regularly. See their [changelog](https://tailscale.com/changelog).
Expand Down
Loading
Loading