Tailscale
Tailscale Mesh VPN service can be used as an sidecar container to access the Speedtest Tracker within your Tailnet on its own MagicDNS name.
Tailscale Auth key
Generate an auth key for tailscale so the docker container can access your tailnet.
Open the Keys page of the admin console.
Select Generate auth key.
Fill out the form fields to specify characteristics about the auth key, such as the description, whether its reusable, when it expires, and device settings.
Select Generate key.
Save this Auth Key. We will need this later on.
Docker Configuration
Docker-Compose:
Added compose part | Description |
---|---|
| URL you want to access the WebGui on. This will need to be the Tailscale Magic DNS name |
| URL used for loading all the needed assets. Need to be the same as the |
| Auth key for Tailscale |
Last updated