DOCS: Add New Videos to Docs Pages (#3177)

* limit related to our videos

* add install demo to install index

* add intro video to landing page
This commit is contained in:
Alex Fornuto 2022-03-23 00:05:43 -05:00 committed by GitHub
parent a5ba9707a0
commit 956febf6a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -15,6 +15,10 @@ meta:
Pomerium is an identity-aware proxy that enables secure access to internal applications. Pomerium provides a standardized interface to add access control to applications regardless of whether the application itself has authorization or authentication baked-in. Pomerium gateways both internal and external requests, and can be used in situations where you'd typically reach for a VPN.
<center>
<iframe width="800" height="450" src="https://www.youtube.com/embed/WGwC9ULDnAY?rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
Pomerium can be used to:
- provide a **single-sign-on gateway** to internal applications.

View file

@ -8,6 +8,10 @@ meta:
There are several ways to install Pomerium Enterprise, to suite your organization's needs. We provide open-source Pomerium and Pomerium Enterprise as deb and rpm packages from an upstream repository, and as Docker images, and Helm charts. You can also build Pomerium from source.
<center>
<iframe width="800" height="450" src="https://www.youtube.com/embed/NrRwisO9sDg?rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
Our docs are updated frequently, so check back if you don't see your preferred installation method here.
- [Quickstart](/enterprise/install/quickstart.md) (using deb or rpm packages)

View file

@ -117,4 +117,4 @@ Your `hello` application is protected by Pomerium.
Here's a run through of the steps in this demo:
<iframe width="800" height="500" src="https://www.youtube.com/embed/wrvNV9fP5hw" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="800" height="500" src="https://www.youtube.com/embed/wrvNV9fP5hw?rel=0" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>