mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
Add quick read to top of overview
This commit is contained in:
parent
4ebc95ef4b
commit
f99a334dd8
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
The Fossorial system - with Pangolin at its core - is a self-hosted tunneled reverse proxy with identity and access management, designed to securely expose private resources through encrypted [WireGuard](https://www.WireGuard.com/) tunnels running in user space. Think self hosted Cloudflare tunnels.
|
||||
|
||||
Pangolin uses Traefik under the hood to do the actual HTTP proxying. A plugin, Badger, provides a way to authenticate every request with Pangolin. A second service, Gerbil, provides a WireGuard management server that Pangolin can use to create peers for connectivity. And finally, there is Newt, a CLI tool and Docker container that connects back to Newt and Gerbil with WireGuard fully in user space and proxies your local resources. This means that you do not need to run a privileged process or container in order to expose your services!
|
||||
|
||||
## Components Overview
|
||||
|
||||
Fossorial has a couple major components:
|
||||
|
|
|
@ -66,4 +66,4 @@ Are you experienced with authentication procedures and best practices? We would
|
|||
|
||||
### SAAS
|
||||
|
||||
We intend at some point to provide Pangolin in a hosted offering with pricing competitive to generally available cloud VPS services. This way users who would like to use Pangolin but don't want to manage their own VPS can do so and help to fund future development.
|
||||
We intend at some point to provide Pangolin in a hosted offering with a healthy free tier and pricing competitive to generally available cloud VPS services. This way users who would like to use Pangolin - but don't want to manage their own VPS - can do so and help to fund future development.
|
Loading…
Reference in a new issue