mirror of
https://github.com/openziti/zrok.git
synced 2025-07-13 12:45:07 +02:00
adopt UNIQUE_NAME convention in frontdoor doc
This commit is contained in:
@ -89,12 +89,12 @@ Save the enable token from the zrok console in the configuration file.
|
|||||||
ZROK_ENABLE_TOKEN="14cbfca9772f"
|
ZROK_ENABLE_TOKEN="14cbfca9772f"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Choose a Subdomain
|
## Choose a Vanity Share Token
|
||||||
|
|
||||||
This becomes the leading part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`.
|
This becomes the leading part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`.
|
||||||
|
|
||||||
```bash title="/opt/openziti/etc/zrok/zrok-share.env"
|
```bash title="/opt/openziti/etc/zrok/zrok-share.env"
|
||||||
ZROK_SUBDOMAIN="my-prod-app"
|
UNIQUE_NAME="my-prod-app"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use Cases
|
## Use Cases
|
||||||
|
Reference in New Issue
Block a user