mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 18:33:19 +02:00
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:
parent
a5ba9707a0
commit
956febf6a6
3 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue