Skip to content

Commit

Permalink
Merge pull request #472 from openziti/frontdoor-embed-video
Browse files Browse the repository at this point in the history
enhance frontdoor install guide
  • Loading branch information
qrkourier authored Dec 5, 2023
2 parents 955d0e1 + c0202e1 commit 47278db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 100 deletions.
16 changes: 13 additions & 3 deletions docs/guides/frontdoor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@ hide_table_of_contents: true
---

import OsTabs from '@theme/OsTabs';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
// import Details from '@theme/MDXComponents/Details';
import LinuxService from './_frontdoor-linux.mdx';
import ReservedDocker from './_frontdoor-docker.mdx';

**zrok frontdoor** provides a shielded entry point for your production website or service. This is useful if you want to expose it to the public internet, but not directly.
**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.

<iframe width="100%" height="315" src="https://www.youtube.com/embed/5Vi8GKuTi_I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Overview

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)

## Choose your OS

Choose between installing the Linux package or running zrok with Docker (Linux, macOS, or Windows).

<OsTabs
queryString="os"
Expand Down
100 changes: 3 additions & 97 deletions website/static/img/logo-linux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/zrok-frontdoor.excalidraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 47278db

@vercel
Copy link

@vercel vercel bot commented on 47278db Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zrok – ./

zrok-git-main-openziti.vercel.app
zrok.vercel.app
zrok-openziti.vercel.app

Please sign in to comment.