Skip to content

Commit fb2b64b

Browse files
authored
Merge pull request alexjustesen#65 from svenvg93/main
Align APP_URL & ASSET_URL
2 parents c73e3ef + 98da6d6 commit fb2b64b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

other/proxies/cloudflare-tunnel-zero-trust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ services:
4040
- CHART_DATETIME_FORMAT=
4141
- DATETIME_FORMAT=
4242
- APP_TIMEZONE=
43-
- APP_URL=speedtest.yourdomain.com # Change this to your domain name
44-
- ASSET_URL=speedtest.yourdomain.com # Change this to your domain name
43+
- APP_URL=https://speedtest.yourdomain.com # Change this to your domain name
44+
- ASSET_URL=https://speedtest.yourdomain.com # Change this to your domain name
4545
volumes:
4646
- /path/to/data:/config
4747
- /path/to-custom-ssl-keys:/config/keys

other/proxies/tailscale.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tailscale
22

3-
[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. 
3+
[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.
44

5-
## Tailscale Auth key 
5+
## Tailscale Auth key
66

77
Generate an auth key for tailscale so the docker container can access your tailnet.
88

@@ -51,8 +51,8 @@ services:
5151
- CHART_DATETIME_FORMAT=
5252
- DATETIME_FORMAT=
5353
- APP_TIMEZONE=
54-
- APP_URL=speedtest.yourtailnet.ts.net # Change this to your MagicDNS name
55-
- ASSET_URL=speedtest.yourtailnet.ts.net # Change this to your MagicDNS name
54+
- APP_URL=https://speedtest.yourtailnet.ts.net # Change this to your MagicDNS name
55+
- ASSET_URL=https://speedtest.yourtailnet.ts.net # Change this to your MagicDNS name
5656
volumes:
5757
- /path/to/data:/config
5858
- /path/to-custom-ssl-keys:/config/keys

other/proxies/traefik.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
- CHART_DATETIME_FORMAT=
2020
- DATETIME_FORMAT=
2121
- APP_TIMEZONE=
22-
- APP_URL=speedtest.yourdomain.com # Change this to your domain name
23-
- ASSET_URL=speedtest.yourdomain.com # Change this to your domain name
22+
- APP_URL=https://speedtest.yourdomain.com # Change this to your domain name
23+
- ASSET_URL=https://speedtest.yourdomain.com # Change this to your domain name
2424
volumes:
2525
- /path/to/data:/config
2626
- /path/to-custom-ssl-keys:/config/keys

0 commit comments

Comments
 (0)