mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
Merge branch 'main' into vanity_share_tokens
This commit is contained in:
commit
21dc7dd5d5
@ -9,6 +9,8 @@ import OsTabs from '@theme/OsTabs';
|
|||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
import LinuxService from './_frontdoor-linux.mdx';
|
import LinuxService from './_frontdoor-linux.mdx';
|
||||||
import ReservedDocker from './_frontdoor-docker.mdx';
|
import ReservedDocker from './_frontdoor-docker.mdx';
|
||||||
|
import ThemedImage from '@theme/ThemedImage';
|
||||||
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||||
|
|
||||||
**zrok frontdoor** is the heavy-duty front door to your app or site. It makes your website or app available to your online audience through the shield of zrok.io's hardened, managed frontends.
|
**zrok frontdoor** is the heavy-duty front door to your app or site. It makes your website or app available to your online audience through the shield of zrok.io's hardened, managed frontends.
|
||||||
|
|
||||||
@ -18,8 +20,14 @@ 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**.
|
||||||
|
|
||||||
![dark mode diagram](/img/zrok-frontdoor-dark-mode.svg#gh-dark-mode-only)
|
|
||||||
![light mode diagram](/img/zrok-frontdoor-light-mode.svg#gh-light-mode-only)
|
<ThemedImage
|
||||||
|
alt="frontdoor diagram"
|
||||||
|
sources={{
|
||||||
|
light: useBaseUrl('/img/zrok-frontdoor-light-mode.svg'),
|
||||||
|
dark: useBaseUrl('/img/zrok-frontdoor-dark-mode.svg'),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
## Choose your OS
|
## Choose your OS
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ ZROK_ENABLE_TOKEN=""
|
|||||||
#
|
#
|
||||||
ZROK_ENVIRONMENT_NAME=""
|
ZROK_ENVIRONMENT_NAME=""
|
||||||
|
|
||||||
# You MUST set this only if self-hosting the zrok controller.
|
# You MUST set this if not using the default zrok.io API endpoint
|
||||||
#ZROK_API_ENDPOINT="https://api.zrok.io"
|
#ZROK_API_ENDPOINT="https://api.zrok.io"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
718
website/package-lock.json
generated
718
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,9 +14,9 @@
|
|||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^3.0.0",
|
"@docusaurus/core": "^3.0.1",
|
||||||
"@docusaurus/plugin-client-redirects": "^3.0.0",
|
"@docusaurus/plugin-client-redirects": "^3.0.1",
|
||||||
"@docusaurus/preset-classic": "^3.0.0",
|
"@docusaurus/preset-classic": "^3.0.1",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"prism-react-renderer": "^1.3.5",
|
"prism-react-renderer": "^1.3.5",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"remark-math": "^5.1.1"
|
"remark-math": "^5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^3.0.0",
|
"@docusaurus/module-type-aliases": "^3.0.1",
|
||||||
"yaml-loader": "^0.8.0"
|
"yaml-loader": "^0.8.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
|
@ -183,9 +183,3 @@ 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