From b8b04491a197ceb842ee7b3fa3702444949412bd Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 20 Aug 2026 16:21:05 -0400 Subject: [PATCH] Fix validation issues; remove paid warning --- manage/integration-api.mdx | 4 +++- manage/resources/private/private-http.mdx | 6 ------ manage/resources/private/ssh.mdx | 6 ------ manage/resources/public/rdp.mdx | 6 ------ manage/resources/public/ssh.mdx | 6 ------ manage/resources/public/vnc.mdx | 6 ------ self-host/manual/kubernetes/gitops/flux.mdx | 4 +++- self-host/manual/kubernetes/helm.mdx | 4 +++- self-host/manual/kubernetes/newt/helm.mdx | 4 +++- self-host/manual/kubernetes/pangolin/helm.mdx | 4 +++- 10 files changed, 15 insertions(+), 35 deletions(-) diff --git a/manage/integration-api.mdx b/manage/integration-api.mdx index 47ad8f5..601e69b 100644 --- a/manage/integration-api.mdx +++ b/manage/integration-api.mdx @@ -2,7 +2,9 @@ title: "Integration API" icon: "cube" description: "Learn how to use Pangolin's REST API to automate and script operations with fine-grained permissions" ---- +--- + + Pangolin is in heavy development. The REST API routes and behavior may include breaking changes between updates. We will do our best to document large changes. diff --git a/manage/resources/private/private-http.mdx b/manage/resources/private/private-http.mdx index 943d78e..af49609 100644 --- a/manage/resources/private/private-http.mdx +++ b/manage/resources/private/private-http.mdx @@ -3,12 +3,6 @@ title: "HTTP / HTTPS" description: "Private reverse proxy with optional TLS termination at the site edge over the Pangolin tunnel" --- - - - -Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). - - Private HTTP/HTTPS resources expose web applications over the Pangolin tunnel with a fully qualified domain name. Unlike [public HTTP/HTTPS resources](/manage/resources/public/http-https), nothing is reachable from the public internet—a user must connect with the Pangolin client first. Once connected, users open the resource in a normal web browser at a URL like `https://my-app.internal.example.com`. The Pangolin client resolves the hostname privately, traffic travels over the peer-to-peer tunnel, and the site connector terminates TLS and runs a reverse proxy to the backend. diff --git a/manage/resources/private/ssh.mdx b/manage/resources/private/ssh.mdx index 7f883f7..a67ece9 100644 --- a/manage/resources/private/ssh.mdx +++ b/manage/resources/private/ssh.mdx @@ -3,12 +3,6 @@ title: "SSH" description: "Connect to remote hosts over the Pangolin tunnel using the Pangolin CLI" --- - - - -Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). - - Private SSH resources let users connect to remote hosts from their terminal over the Pangolin tunnel. Unlike [public SSH resources](/manage/resources/public/ssh), private SSH is **not** browser-rendered. ## How It Works diff --git a/manage/resources/public/rdp.mdx b/manage/resources/public/rdp.mdx index 7440855..20e928f 100644 --- a/manage/resources/public/rdp.mdx +++ b/manage/resources/public/rdp.mdx @@ -3,12 +3,6 @@ title: "RDP" description: "Control a Windows computer remotely through a full RDP client rendered in the browser" --- - - - -Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). - - RDP public resources render a full Remote Desktop Protocol client in the browser. Users visit a FQDN, complete Pangolin authentication, and get an interactive Windows desktop session—including file transfers, clipboard copy/paste, and standard RDP features—without installing remote desktop software. diff --git a/manage/resources/public/ssh.mdx b/manage/resources/public/ssh.mdx index c4c9ce6..b8b5698 100644 --- a/manage/resources/public/ssh.mdx +++ b/manage/resources/public/ssh.mdx @@ -3,12 +3,6 @@ title: "SSH" description: "Access a remote shell in the browser with password, key, or Pangolin identity authentication" --- - - - -Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). - - SSH public resources render a full interactive terminal in the browser. Users visit a FQDN—no SSH client or Pangolin desktop client is required. diff --git a/manage/resources/public/vnc.mdx b/manage/resources/public/vnc.mdx index b712ae2..c3ff49c 100644 --- a/manage/resources/public/vnc.mdx +++ b/manage/resources/public/vnc.mdx @@ -3,12 +3,6 @@ title: "VNC" description: "View and control a remote display through a VNC client rendered in the browser" --- - - - -Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). - - VNC public resources render a full VNC client in the browser. Users visit a FQDN, complete Pangolin authentication, and get an interactive remote display session without installing a VNC viewer. ## How It Works diff --git a/self-host/manual/kubernetes/gitops/flux.mdx b/self-host/manual/kubernetes/gitops/flux.mdx index 7f94d27..82e0781 100644 --- a/self-host/manual/kubernetes/gitops/flux.mdx +++ b/self-host/manual/kubernetes/gitops/flux.mdx @@ -1,7 +1,9 @@ --- title: "Flux" description: "Deploy Pangolin and Newt using Flux for Git-driven GitOps reconciliation." ----Flux is a declarative GitOps tool that uses Kubernetes-native Custom Resources to manage deployments. This guide covers installing Pangolin and Newt using Flux. +--- + +Flux is a declarative GitOps tool that uses Kubernetes-native Custom Resources to manage deployments. This guide covers installing Pangolin and Newt using Flux. ## Flux prerequisites diff --git a/self-host/manual/kubernetes/helm.mdx b/self-host/manual/kubernetes/helm.mdx index 5a93e1a..13c26c8 100644 --- a/self-host/manual/kubernetes/helm.mdx +++ b/self-host/manual/kubernetes/helm.mdx @@ -1,7 +1,9 @@ --- title: "Helm" description: "Kubernetes installation using Helm charts for Pangolin and Newt." ----Helm is the recommended method for standard Kubernetes installations of Pangolin and Newt. +--- + +Helm is the recommended method for standard Kubernetes installations of Pangolin and Newt. Use Helm when you want a chart-based workflow for installing, upgrading, rolling back, and removing releases from your cluster. diff --git a/self-host/manual/kubernetes/newt/helm.mdx b/self-host/manual/kubernetes/newt/helm.mdx index 5474a08..3d6949d 100644 --- a/self-host/manual/kubernetes/newt/helm.mdx +++ b/self-host/manual/kubernetes/newt/helm.mdx @@ -1,7 +1,9 @@ --- title: "Helm" description: "Quick-start guide for installing Site (newt) on Kubernetes using Helm." ----This guide installs and manages Site (newt) in Kubernetes using Helm. +--- + +This guide installs and manages Site (newt) in Kubernetes using Helm. See [Version Matrix](https://github.com/fosrl/helm-charts/VERSION_MATRIX.md) for chart and default app version references. diff --git a/self-host/manual/kubernetes/pangolin/helm.mdx b/self-host/manual/kubernetes/pangolin/helm.mdx index 1d9cbf9..cd9054f 100644 --- a/self-host/manual/kubernetes/pangolin/helm.mdx +++ b/self-host/manual/kubernetes/pangolin/helm.mdx @@ -1,7 +1,9 @@ --- title: "Helm" description: "Quick-start guide for installing Pangolin on Kubernetes using Helm." ---- +--- + + The Pangolin Helm chart is currently alpha (`0.1.0-alpha.0`). Test installs and upgrades in a non-production environment before using the chart for production traffic.