diff --git a/other/proxies/cloudflare-tunnel-zero-trust.md b/other/proxies/cloudflare-tunnel-zero-trust.md index 7802753..ddcd72f 100644 --- a/other/proxies/cloudflare-tunnel-zero-trust.md +++ b/other/proxies/cloudflare-tunnel-zero-trust.md @@ -40,8 +40,8 @@ services: - CHART_DATETIME_FORMAT= - DATETIME_FORMAT= - APP_TIMEZONE= - - APP_URL=speedtest.yourdomain.com # Change this to your domain name - - ASSET_URL=speedtest.yourdomain.com # Change this to your domain name + - APP_URL=https://speedtest.yourdomain.com # Change this to your domain name + - ASSET_URL=https://speedtest.yourdomain.com # Change this to your domain name volumes: - /path/to/data:/config - /path/to-custom-ssl-keys:/config/keys diff --git a/other/proxies/tailscale.md b/other/proxies/tailscale.md index 6bba14c..3d9bba1 100644 --- a/other/proxies/tailscale.md +++ b/other/proxies/tailscale.md @@ -1,8 +1,8 @@ # Tailscale -[Tailscale](https://tailscale.com) Mesh VPN service can be used as an sidecar container to access the Speedtest Tracker within your Tailnet on its own MagicDNS name. +[Tailscale](https://tailscale.com) 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 +## Tailscale Auth key Generate an auth key for tailscale so the docker container can access your tailnet. @@ -51,8 +51,8 @@ services: - CHART_DATETIME_FORMAT= - DATETIME_FORMAT= - APP_TIMEZONE= - - APP_URL=speedtest.yourtailnet.ts.net # Change this to your MagicDNS name - - ASSET_URL=speedtest.yourtailnet.ts.net # Change this to your MagicDNS name + - APP_URL=https://speedtest.yourtailnet.ts.net # Change this to your MagicDNS name + - ASSET_URL=https://speedtest.yourtailnet.ts.net # Change this to your MagicDNS name volumes: - /path/to/data:/config - /path/to-custom-ssl-keys:/config/keys diff --git a/other/proxies/traefik.md b/other/proxies/traefik.md index da2da17..713fa0e 100644 --- a/other/proxies/traefik.md +++ b/other/proxies/traefik.md @@ -19,8 +19,8 @@ services: - CHART_DATETIME_FORMAT= - DATETIME_FORMAT= - APP_TIMEZONE= - - APP_URL=speedtest.yourdomain.com # Change this to your domain name - - ASSET_URL=speedtest.yourdomain.com # Change this to your domain name + - APP_URL=https://speedtest.yourdomain.com # Change this to your domain name + - ASSET_URL=https://speedtest.yourdomain.com # Change this to your domain name volumes: - /path/to/data:/config - /path/to-custom-ssl-keys:/config/keys