Skip to content

Commit 936a9ca

Browse files
authored
Add high-level steps introduction to using Argo Tunnels (#500)
1 parent 776ee4a commit 936a9ca

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

products/argo-tunnel/src/content/create-tunnel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ order: 3
88
|---|
99
| 1. [Add a website to Cloudflare](https://support.cloudflare.com/hc/en-us/articles/201720164-Creating-a-Cloudflare-account-and-adding-a-website) |
1010
| 2. [Change your domain nameservers to Cloudflare](https://support.cloudflare.com/hc/en-us/articles/205195708) |
11-
| 3. [Enable Argo Smart Routing for your account](https://support.cloudflare.com/hc/articles/115000224552-Configuring-Argo-through-the-UI) |
12-
| 4. [Install `cloudflared` and authenticate the software](/getting-started) |
11+
| 3. [Install `cloudflared` and authenticate the software](/getting-started) |
12+
| 4. [Understand the overview for using Argo Tunnels](/getting-started/high-level-steps) |
1313

1414
## Create a Tunnel
1515

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
order: 3
3+
---
4+
5+
# Overview to using Argo Tunnels
6+
7+
| Before you start |
8+
|---|
9+
| 1. [Get `cloudflared`](/getting-started/installation) |
10+
| 2. [Authenticate `cloudflared`](/getting-started/setup) |
11+
12+
There are 3 high level steps towards setting up and running an Argo Tunnel:
13+
1. [Create a Named Argo Tunnel](/create-tunnel)
14+
2. [Route traffic to your Argo Tunnel](/routing-to-tunnel)
15+
3. [Run your Argo Tunnel](/run-tunnel)
16+
17+
Steps 1-2 are executed once per Tunnel, normally by an administrator, and Step 3
18+
is executed whenever the Tunnel is to be started, normally by the owner of the
19+
Tunnel (whom may be different from the administrator).
20+
21+
Be sure to check out our [Tutorials](/learning/tutorials) where you can also find
22+
best practices for managing Tunnels as an administrator.

products/argo-tunnel/src/content/getting-started/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ order: 2
44

55
# Getting started
66

7-
This section covers how to [install](/getting-started/installation) and [set up](/getting-started/installation) `cloudflared`.
8-
9-
<DirectoryListing path="/getting-started"/>
7+
This section covers:
8+
* How to [install](/getting-started/installation) `cloudflared`.
9+
* [Set up](/getting-started/installation) `cloudflared`.
10+
* [Overview to using Argo Tunnels](/getting-started/high-level-steps).

products/argo-tunnel/src/content/getting-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
order: 1
2+
order: 2
33
---
44

55
# Setup

0 commit comments

Comments
 (0)