diff --git a/README.md b/README.md index b179a7bb..00ac35e3 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,10 @@ Auto-update policies, scheduled operations, webhooks, and deploy enforcement let ## Architecture -Sencho uses a Distributed API model. Remote nodes are managed by proxying authenticated HTTP/WebSocket requests to autonomous Sencho instances running on each server. No SSH. No remote Docker socket exposure. No polling agent. Each node speaks the same Sencho API, so the dashboard is just another client. +Sencho's architecture combines a **Distributed API model** with an optional **Pilot Agent** for complex networks. + +- **Distributed API:** Remote nodes are managed by proxying authenticated HTTP/WebSocket requests to autonomous Sencho instances running on each server. No SSH. No remote Docker socket exposure. No polling agent. Each node speaks the same Sencho API, so the dashboard is just another client. +- **Pilot Agent:** For nodes behind NAT or strict firewalls, the Pilot Agent establishes secure outbound tunnels to the primary dashboard instance. This guarantees full fleet visibility and management without requiring port-forwarding, VPNs, or inbound network access. --- @@ -123,7 +126,6 @@ See the [full documentation](https://docs.sencho.io) for configuration details, | | Community | Skipper | Admiral | |---|---|---|---| -| **Price** | Free | From $5.99/mo | From $41.99/mo | | **Nodes** | Unlimited | Unlimited | Unlimited | | Stack management, logs, alerts, app store | All | All | All | | Two-factor authentication | Yes | Yes | Yes | diff --git a/docs/images/dashboard.png b/docs/images/dashboard.png index 8a711f13..68b4d7ff 100644 Binary files a/docs/images/dashboard.png and b/docs/images/dashboard.png differ diff --git a/docs/images/profile-dropdown.png b/docs/images/profile-dropdown.png index 721cd07e..1cba53de 100644 Binary files a/docs/images/profile-dropdown.png and b/docs/images/profile-dropdown.png differ diff --git a/docs/images/resources.png b/docs/images/resources.png index 2de578c9..7e7d9a4e 100644 Binary files a/docs/images/resources.png and b/docs/images/resources.png differ diff --git a/docs/images/stacks.png b/docs/images/stacks.png index 0092db7d..f30a918b 100644 Binary files a/docs/images/stacks.png and b/docs/images/stacks.png differ