From fb027bdd8267cf0cef66ec2b2ef3c89bc96661e5 Mon Sep 17 00:00:00 2001 From: Scott McKibbin Date: Mon, 10 Mar 2025 19:05:58 -0400 Subject: [PATCH] Hyphens are not allowed in zrok reserve unique names --- docs/guides/_frontdoor-linux.mdx | 4 ++-- .../versioned_docs/version-0.4/guides/_frontdoor-linux.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/_frontdoor-linux.mdx b/docs/guides/_frontdoor-linux.mdx index ac3b6fe7..061ed52a 100644 --- a/docs/guides/_frontdoor-linux.mdx +++ b/docs/guides/_frontdoor-linux.mdx @@ -59,10 +59,10 @@ ZROK_ENABLE_TOKEN="14cbfca9772f" ## Name your Share -This unique name becomes part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`. A random name is generated if you don't specify one. +This unique name becomes part of the domain name of the share, e.g. `https://myprodapp.in.zrok.io`. A random name is generated if you don't specify one. ```bash title="/opt/openziti/etc/zrok/zrok-share.env" -ZROK_UNIQUE_NAME="my-prod-app" +ZROK_UNIQUE_NAME="myprodapp" ``` ## Use Cases diff --git a/website/versioned_docs/version-0.4/guides/_frontdoor-linux.mdx b/website/versioned_docs/version-0.4/guides/_frontdoor-linux.mdx index ac3b6fe7..061ed52a 100644 --- a/website/versioned_docs/version-0.4/guides/_frontdoor-linux.mdx +++ b/website/versioned_docs/version-0.4/guides/_frontdoor-linux.mdx @@ -59,10 +59,10 @@ ZROK_ENABLE_TOKEN="14cbfca9772f" ## Name your Share -This unique name becomes part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`. A random name is generated if you don't specify one. +This unique name becomes part of the domain name of the share, e.g. `https://myprodapp.in.zrok.io`. A random name is generated if you don't specify one. ```bash title="/opt/openziti/etc/zrok/zrok-share.env" -ZROK_UNIQUE_NAME="my-prod-app" +ZROK_UNIQUE_NAME="myprodapp" ``` ## Use Cases