Skip to content
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
4 changes: 2 additions & 2 deletions other/proxies/cloudflare-tunnel-zero-trust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions other/proxies/tailscale.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions other/proxies/traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down