mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
fix pop
This commit is contained in:
10
index.mdx
10
index.mdx
@@ -4,8 +4,8 @@ title: "Introduction to Pangolin"
|
||||
|
||||
Pangolin is an open source and self-hostable tunneled reverse proxy server with identity-aware access control. Think self-hosted Cloudflare Tunnels.
|
||||
|
||||
<Frame caption="Screenshot of resources page from the Pangolin Dashboard.">
|
||||
<img src="/images/fossorial-dashboard.png" alt="Pangolin Dashboard"/>
|
||||
<Frame img="/images/fossorial-dashboard.png">
|
||||
Screenshot of resources page from the Pangolin Dashboard.
|
||||
</Frame>
|
||||
|
||||
Pangolin establishes secure connections from edge networks to cloud exit nodes, bypassing the need for public inbound ports and complex firewall configurations. Pangolin is incredibly useful for exposing local services, IoT devices, or internal applications to the internet without direct exposure, enhancing security by reducing attack surface and simplifying network management. Additionally, Pangolin acts as an identity-aware proxy by authenticating every request against admin-defined access controls and rules.
|
||||
@@ -14,8 +14,8 @@ Pangolin establishes secure connections from edge networks to cloud exit nodes,
|
||||
<Card title="How it works" icon="map" href="/about/how-pangolin-works">
|
||||
Learn how the Pangolin system works from the server to the edge network.
|
||||
</Card>
|
||||
<Card title="Use cases" icon="brain" href="/about/how-pangolin-works">
|
||||
Learn about the many different ways you can use Pangolin's capabilities.
|
||||
<Card title="Points of Presence" icon="circle-nodes" href="/manage/points-of-presence">
|
||||
Learn about how Pangolin provides highly available ingress to your backend.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
@@ -32,7 +32,7 @@ Pangolin establishes secure connections from edge networks to cloud exit nodes,
|
||||
Install and manage your own single point of presence Pangolin server on your own infrastructure.
|
||||
</Card>
|
||||
<Card
|
||||
title="Install Newt"
|
||||
title="Install Site"
|
||||
icon="sitemap"
|
||||
href="/manage/sites/install-newt"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user