diff --git a/packages/docusaurus/docs/01-overview.md b/packages/docusaurus/docs/01-overview.md index 52370b7..2bff5d8 100644 --- a/packages/docusaurus/docs/01-overview.md +++ b/packages/docusaurus/docs/01-overview.md @@ -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: diff --git a/packages/docusaurus/docs/07-roadmap.md b/packages/docusaurus/docs/07-roadmap.md index 86a4e17..943fa9c 100644 --- a/packages/docusaurus/docs/07-roadmap.md +++ b/packages/docusaurus/docs/07-roadmap.md @@ -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. \ No newline at end of file +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. \ No newline at end of file