diff --git a/docs/guides/v0.3_nginx_tls_guide.md b/docs/guides/v0.3_nginx_tls_guide.md
index 649fbec8..ff3edda5 100644
--- a/docs/guides/v0.3_nginx_tls_guide.md
+++ b/docs/guides/v0.3_nginx_tls_guide.md
@@ -1,5 +1,11 @@
# Nginx Reverse Proxy for zrok
+## Walkthrough Video
+
+
+
+## Before You Begin
+
I'll assume you have a running zrok controller and public frontend and wish to front both with Nginx providing server TLS. Go back to [Self-Hosting Guide](./v0.3_self_hosting_guide.md) if you still need to spin those up.
## Choose a Reverse Proxy Address
diff --git a/docs/guides/v0.3_self_hosting_guide.md b/docs/guides/v0.3_self_hosting_guide.md
index b9df9475..7da41268 100644
--- a/docs/guides/v0.3_self_hosting_guide.md
+++ b/docs/guides/v0.3_self_hosting_guide.md
@@ -1,5 +1,9 @@
# Self-Hosting Guide
+## Walkthrough Video
+
+
+
## Before you Begin
This will get you up and running with a self-hosted instance of zrok. I'll assume you have the following:
@@ -18,6 +22,7 @@ Keep track of the generated admin password when running the `expressInstall` scr
```
Do you want to keep the generated admin password 'XO0xHp75uuyeireO2xmmVlK91T7B9fpD'? (Y/n)
```
+
You'll need that generated password (`XO0xHp75uuyeireO2xmmVlK91T7B9fpD`) when building your `zrok` controller configuration.
BEGIN: [Run the OpenZiti Quickstart](https://docs.openziti.io/docs/learn/quickstarts/network/hosted)
@@ -57,6 +62,7 @@ ziti:
password: "XO0xHp75uuyeireO2xmmVlK91T7B9fpD"
```
+
The `admin` section defines privileged administrative credentials and must be set in the `ZROK_ADMIN_TOKEN` environment variable in shells where you want to run `zrok admin`.
The `endpoint` section defines where your `zrok` controller will listen.