From 10e77f55643520377585274400fe8dc05ae75c0d Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Wed, 31 Jan 2024 16:55:51 -0500 Subject: [PATCH] Update Cloudflared tunnel directions (#79) * Cloudflare moved the location to create a tunnel. Updated the directions and screenshots * Cloudflare moved the location to create a tunnel. Updated the directions and screenshots * Update Reverse-Proxy-with-Cloudflare-Tunnel.md Co-authored-by: Frank Elsinga * Update Reverse-Proxy-with-Cloudflare-Tunnel.md Co-authored-by: Frank Elsinga * Update Reverse-Proxy-with-Cloudflare-Tunnel.md Co-authored-by: Frank Elsinga * Update Reverse-Proxy-with-Cloudflare-Tunnel.md Co-authored-by: Frank Elsinga * Update Reverse-Proxy-with-Cloudflare-Tunnel.md Co-authored-by: Frank Elsinga --------- Co-authored-by: Ryan 'Goz' Collins Co-authored-by: Louis Lam Co-authored-by: Frank Elsinga --- Reverse-Proxy-with-Cloudflare-Tunnel.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Reverse-Proxy-with-Cloudflare-Tunnel.md b/Reverse-Proxy-with-Cloudflare-Tunnel.md index d372bc0..80772dd 100644 --- a/Reverse-Proxy-with-Cloudflare-Tunnel.md +++ b/Reverse-Proxy-with-Cloudflare-Tunnel.md @@ -48,16 +48,23 @@ But trust me, once you learn, you will remember how to configure a cloudflare tu 1. Go to [Cloudflare Zero Trust](https://dash.teams.cloudflare.com/). -2. `Access` > `Tunnels` > `Create Tunnel` +2. `Network` > `Tunnels` > `Create a Tunnel` - + -3. Type a `Tunnel name` such as `uptime-kuma` and save tunnel. -4. Click the token to copy it. +3. `Cloudflared` > `Next` - + -5. Go to your Uptime Kuma instance. +4. Type a `Tunnel name` such as `uptime-kuma` and save tunnel. +5. Click the clipboard icon to copy the run command. + + +6. Paste that into a text editor so you can copy the token from the end of the command. + ```cmd + cloudflared.exe service install eyJhIjoiZDA4ZGNiMTUXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + `` ` +7. Go to your Uptime Kuma instance.