mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
reorg
This commit is contained in:
24
index.mdx
24
index.mdx
@@ -11,32 +11,20 @@ Pangolin is an open-source and identity-aware tunneled reverse proxy server. Pan
|
||||
Pangolin establishes secure connections from edge networks to 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.
|
||||
|
||||
<Columns cols={2}>
|
||||
<Card title="How it works" icon="map" href="/about/how-pangolin-works">
|
||||
<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="Nodes" icon="circle-nodes" href="/manage/nodes">
|
||||
<Card title="Self-hosted Nodes" icon="circle-nodes" href="/manage/nodes">
|
||||
Learn about how Pangolin provides highly available ingress to your backend.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
<Card title="Pangolin Cloud" icon="cloud" href="https://pangolin.fossorial.io/auth/signup">
|
||||
Use Cloud for a highly available and access-controllerd ingress service with nodes all over the world.
|
||||
</Card>
|
||||
|
||||
<Columns cols={2}>
|
||||
<Card
|
||||
title="Self-host Pangolin"
|
||||
icon="server"
|
||||
href="/self-host/quick-install"
|
||||
>
|
||||
Install and manage your own single node Pangolin server on your own infrastructure.
|
||||
<Card title="Pangolin Cloud" icon="cloud" href="https://pangolin.fossorial.io/auth/signup">
|
||||
Use Cloud for a highly available and access-controllerd ingress service with nodes all over the world.
|
||||
</Card>
|
||||
<Card
|
||||
title="Install Site"
|
||||
icon="sitemap"
|
||||
href="/manage/sites/install-site"
|
||||
>
|
||||
Install Newt, the edge client, almost anywhere.
|
||||
<Card title="Quick Install Guide" icon="server" href="/self-host/quick-install-managed">
|
||||
Learn the fastest way to install a managed self-hosted Pangolin node.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user