Cloudflare Tunnel (Zero Trust)
Last updated
Last updated
Cloudflare tunnel can be used as a Reverse Proxy in front of Speedtest Tracker when you want to expose the Dashboard publicly without exposing your IP Address and with a trusted certificate,You will need at add the APP_URL
envoirment.
Go to the Networks -> Tunnels page.
For the tunnel you want to add the Speedtest Tracker to. Click on Edit
Go to Public Hostname
Click on Add a public hostname
Fill in the fields the following field
Subdomain: The subdomain you want to access the Speedtest Tracker on.
Domain: The domain you want to access the Speedtest Tracker on.
Type: Connection type to the Speedtest Tracker (http/https)
When choosing HTTPS you will need to disable the TLS verification under Additional application settings -> TLS -> No TLS Verify
URL: The URL to access the Speedtest Tracker. This can be either the IP Address:Port or the container_name:port.
When using the container_name Cloudflare Tunnel and Speedtest Tracker need to be on the same Docker network.
Docker-Compose:
Depending on your Cloudflare Tunnel configuration, you need to make sure the Speedtest Tracker and Cloudflare Tunnel are on the same docker network.
Added compose part | Description |
---|---|
| URL you want to access the WebGui on. |
| URL used for loading all the needed assets. Need to be the same as the |