mirror of
https://github.com/openziti/zrok.git
synced 2025-01-05 13:38:53 +01:00
start adding light/dark mode frontdoor diagram
This commit is contained in:
parent
70a43b5ac7
commit
8b59787fc5
@ -21,7 +21,7 @@ services:
|
|||||||
STATE_DIRECTORY: /mnt
|
STATE_DIRECTORY: /mnt
|
||||||
ZROK_ENABLE_TOKEN:
|
ZROK_ENABLE_TOKEN:
|
||||||
ZROK_API_ENDPOINT:
|
ZROK_API_ENDPOINT:
|
||||||
ZROK_ENVIRONMENT_NAME: docker-public-reserved
|
ZROK_ENVIRONMENT_NAME:
|
||||||
|
|
||||||
# reserve zrok frontend subdomain and start sharing the target
|
# reserve zrok frontend subdomain and start sharing the target
|
||||||
zrok-share:
|
zrok-share:
|
||||||
@ -38,8 +38,8 @@ services:
|
|||||||
STATE_DIRECTORY: /mnt # zrok homedir in container
|
STATE_DIRECTORY: /mnt # zrok homedir in container
|
||||||
|
|
||||||
# most relevant options
|
# most relevant options
|
||||||
ZROK_BACKEND_MODE: proxy # web, caddy, drive, proxy
|
ZROK_BACKEND_MODE: # web, caddy, drive, proxy
|
||||||
ZROK_TARGET: http://zrok-test:9090 # backend target, is a path in container filesystem unless proxy mode
|
ZROK_TARGET: # backend target, is a path in container filesystem unless proxy mode
|
||||||
ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate
|
ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate
|
||||||
ZROK_OAUTH_PROVIDER: # google, github
|
ZROK_OAUTH_PROVIDER: # google, github
|
||||||
ZROK_OATH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld
|
ZROK_OATH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld
|
||||||
|
@ -18,7 +18,8 @@ import ReservedDocker from './_frontdoor-docker.mdx';
|
|||||||
|
|
||||||
zrok frontends are the parts of zrok that proxy incoming public web traffic to zrok backend shares via OpenZiti. When you use zrok with a `zrok.io` frontend, you're using **zrok frontdoor**. `zrok.io` is zrok-as-a-service by NetFoundry, the team behind OpenZiti. You need a free account to use **zrok frontdoor**.
|
zrok frontends are the parts of zrok that proxy incoming public web traffic to zrok backend shares via OpenZiti. When you use zrok with a `zrok.io` frontend, you're using **zrok frontdoor**. `zrok.io` is zrok-as-a-service by NetFoundry, the team behind OpenZiti. You need a free account to use **zrok frontdoor**.
|
||||||
|
|
||||||
![diagram](/img/zrok-frontdoor.excalidraw.png)
|
![dark mode diagram](/img/zrok-frontdoor.excalidraw.png#gh-dark-mode-only)
|
||||||
|
{/* ![light mode diagram](/img/zrok-frontdoor.excalidraw.png#gh-light-mode-only) */}
|
||||||
|
|
||||||
## Choose your OS
|
## Choose your OS
|
||||||
|
|
||||||
|
@ -183,3 +183,9 @@ a code {
|
|||||||
.language-buttonless div > button {
|
.language-buttonless div > button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide image sources from the other mode */
|
||||||
|
[data-theme="light"] img[src$="#gh-dark-mode-only"],
|
||||||
|
[data-theme="dark"] img[src$="#gh-light-mode-only"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user