mirror of
https://github.com/openziti/zrok.git
synced 2025-06-01 23:55:44 +02:00
tweak documentation
This commit is contained in:
parent
80d5123674
commit
d6bfcedd1f
@ -3,9 +3,8 @@
|
|||||||
#
|
#
|
||||||
## ZROK ENVIRONMENT
|
## ZROK ENVIRONMENT
|
||||||
#
|
#
|
||||||
# You MUST enable a zrok environment. You MAY set the environment enable token here, or run
|
# You MUST enable a zrok environment by setting the environment enable token here. This file must be readable by
|
||||||
# /opt/openziti/bin/zrok-enable.bash as root for an interactive prompt to avoid saving the enable token to disk. Obtain
|
# 'other'. Obtain the enable token from the zrok console after accepting your invitation and creating a password.
|
||||||
# the enable token from the zrok console after accepting your invitation and creating a password.
|
|
||||||
#
|
#
|
||||||
# WARNING: changing these values has no effect if /var/lib/zrok-share/.zrok/environment.json exists. Remove that file to
|
# WARNING: changing these values has no effect if /var/lib/zrok-share/.zrok/environment.json exists. Remove that file to
|
||||||
# enable a new environment and /var/lib/zrok-share/.zrok/reserved.json to provision a new frontend URL for the specified
|
# enable a new environment and /var/lib/zrok-share/.zrok/reserved.json to provision a new frontend URL for the specified
|
||||||
@ -18,7 +17,7 @@ ZROK_ENABLE_TOKEN=""
|
|||||||
#
|
#
|
||||||
ZROK_ENVIRONMENT_NAME=""
|
ZROK_ENVIRONMENT_NAME=""
|
||||||
|
|
||||||
# set if self-hosting zrok
|
# You MUST set this only if self-hosting the zrok controller.
|
||||||
#ZROK_API_ENDPOINT="https://api.zrok.io"
|
#ZROK_API_ENDPOINT="https://api.zrok.io"
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -31,7 +30,7 @@ ZROK_ENVIRONMENT_NAME=""
|
|||||||
#
|
#
|
||||||
# backend-mode "proxy" (default): share a backend web server URL that's reachable by this host; must begin with 'http://' or
|
# backend-mode "proxy" (default): share a backend web server URL that's reachable by this host; must begin with 'http://' or
|
||||||
# 'https://'; must accept the HOST header of the proxy frontend. Check out backend mode "caddy" if you need more control.
|
# 'https://'; must accept the HOST header of the proxy frontend. Check out backend mode "caddy" if you need more control.
|
||||||
ZROK_TARGET="" # e.g., http://127.0.0.1:3000
|
ZROK_TARGET="" # e.g., http://127.0.0.1:3000
|
||||||
ZROK_BACKEND_MODE="proxy"
|
ZROK_BACKEND_MODE="proxy"
|
||||||
# if defined, an https share's backend server certificate will not be verified with backend-mode 'proxy'
|
# if defined, an https share's backend server certificate will not be verified with backend-mode 'proxy'
|
||||||
# NOTE: changing this value does not require provisioning a new frontend URL
|
# NOTE: changing this value does not require provisioning a new frontend URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user