update overview

This commit is contained in:
miloschwartz 2025-05-02 11:18:22 -04:00
parent 6878956833
commit 179bf16dc2
No known key found for this signature in database

View file

@ -45,6 +45,9 @@ _Resources page of Pangolin dashboard (dark mode) showing multiple resources ava
- **Docker Compose based setup** for simplified deployment.
- Future-proof installation script for streamlined setup and feature additions.
- Use any WireGuard client to connect, or use **Newt, our custom user space client** for the best experience.
- Use the API to create custom integrations and scripts.
- Fine-grained access control to the API via scoped API keys.
- Comprehensive Swagger documentation for the API.
### Modular Design
@ -79,7 +82,7 @@ You can [buy a cheap domain at Namecheap](https://namecheap.pxf.io/c/6099916/386
**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**
**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**:
@ -93,7 +96,7 @@ _Resources page of Pangolin dashboard (dark mode) showing HTTPS and TCP resource
A similar approach to proxying private resources securely, but Pangolin is a self-hosted alternative, giving you full control over your infrastructure.
**Authelia**:
These projects inspired Pangolins centralized authentication system for proxies, enabling robust user and role management.
This inspired Pangolins centralized authentication system for proxies, enabling robust user and role management.
## Project Development / Roadmap