diff --git a/README.md b/README.md index 2cee8bff..bff1b178 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ _Your own self-hosted zero trust tunnel._ Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks. Acting as a central hub, it connects isolated networks — even those behind restrictive firewalls — through encrypted tunnels, enabling easy access to remote services without opening ports. -Preview +Preview -_Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected to the central server._ +_Resources page of Pangolin dashboard (dark mode) showing multiple resources available to connect._ ## Key Features @@ -61,6 +61,7 @@ _Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected - **Temporary, self-destructing share links.** - Resource specific pin codes. - Resource specific passwords. +- OIDC Support for IDPs like Authentik ### Simple Dashboard UI @@ -111,10 +112,12 @@ _Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected **Use Case Example - Bypassing Port Restrictions in Home Lab**: Imagine private sites where the ISP restricts port forwarding. By connecting these sites to Pangolin via WireGuard, you can securely expose HTTP and HTTPS resources on the private network without any networking complexity. +**Use Case Example - Deploying Services For Your Business** + You can use Pangolin as an easy way to expose your business applications to your users behind a safe authentication portal you can integrate into your IDP solution. Expose resources on prem and on the cloud. + **Use Case Example - IoT Networks**: IoT networks are often fragmented and difficult to manage. By deploying Pangolin on a central server, you can connect all your IoT sites via Newt or another WireGuard client. This creates a simple, secure, and centralized way to access IoT resources without the need for intricate networking setups. - Resources _Resources page of Pangolin dashboard (dark mode) showing HTTPS and TCP resources with access control rules._ diff --git a/public/screenshots/hero.png b/public/screenshots/hero.png new file mode 100644 index 00000000..4e321ee1 Binary files /dev/null and b/public/screenshots/hero.png differ diff --git a/public/screenshots/resources.png b/public/screenshots/resources.png deleted file mode 100644 index 2ee2c6e2..00000000 Binary files a/public/screenshots/resources.png and /dev/null differ diff --git a/public/screenshots/sites.png b/public/screenshots/sites.png deleted file mode 100644 index aa7294f5..00000000 Binary files a/public/screenshots/sites.png and /dev/null differ