diff --git a/about/how-pangolin-works.mdx b/about/how-pangolin-works.mdx index e14172f..1a3dc2e 100644 --- a/about/how-pangolin-works.mdx +++ b/about/how-pangolin-works.mdx @@ -82,6 +82,6 @@ Remote nodes are self-hosted Pangolin servers that you control while using Pango You can deploy multiple remote nodes for high availability and automatic failover. If your nodes become unavailable, traffic can optionally fail over to cloud infrastructure until you restore service. - + Learn about remote nodes and how they provide high availability and simplified operations. diff --git a/additional-resources/trust-center.mdx b/additional-resources/trust-center.mdx index afa8651..37ffcc1 100644 --- a/additional-resources/trust-center.mdx +++ b/additional-resources/trust-center.mdx @@ -7,9 +7,6 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; - - -- [Terms of Service](https://pangolin.net/terms-of-service.html) -- [Privacy Policy](https://pangolin.net/privacy-policy.html) -- [AGLPv3](https://www.gnu.org/licenses/gpl-3.0.en.html) -- [Fossorial Commercial License (FCL)](https://pangolin.net/fcl.html) + + Visit our trust center for more information on frameworks, polices, and licenses. + \ No newline at end of file diff --git a/manage/common-api-routes.mdx b/manage/common-api-routes.mdx index 4e660fa..fddcd16 100644 --- a/manage/common-api-routes.mdx +++ b/manage/common-api-routes.mdx @@ -192,8 +192,7 @@ The `subdomain` value is combined with the base domain from `domainId` to form t "name": "My Resource", "subdomain": "my-subdomain", "fullDomain": "my-subdomain.pangolin.net", - "domainId": "pg3i1k4lhibhl3i", - "enabled": true + "domainId": "pg3i1k4lhibhl3i" }, "success": true, "error": false, @@ -218,7 +217,6 @@ Add a target (backend) to a resource. Use the numeric `resourceId` from the crea | `ip` | string | Yes | Backend IP or hostname | | `port` | number | Yes | Backend port | | `method` | string | Yes | e.g. `"http"` for HTTP resources | -| `enabled` | boolean | No | Default `true` | **Example request** ```json @@ -226,7 +224,6 @@ Add a target (backend) to a resource. Use the numeric `resourceId` from the crea "ip": "localhost", "port": 8080, "method": "http", - "enabled": true, "siteId": 5165 } ``` @@ -240,8 +237,7 @@ Add a target (backend) to a resource. Use the numeric `resourceId` from the crea "siteId": 8723, "ip": "localhost", "method": "http", - "port": 8080, - "enabled": true + "port": 8080 }, "success": true, "error": false, @@ -268,7 +264,6 @@ In the API Private Resources are called **site resources**. You need an existing | `siteId` | number | Yes | Site that hosts the resource (from create-site or list sites) | | `mode` | string | Yes | `"host"` \| `"cidr"` | | `destination` | string | Yes | For `host`: IP or hostname (e.g. `localhost`). For `cidr`: CIDR (e.g. `10.0.0.0/24`). | -| `enabled` | boolean | No | Default `true` | | `alias` | string | For host+domain | Alias hostname (e.g. `private-resource.internal`). Required when `destination` is a domain; optional for IP. Must be unique in the org. | | `tcpPortRangeString` | string | Yes | See below. | | `udpPortRangeString` | string | Yes | See below. | @@ -294,7 +289,6 @@ If you omit `roleIds`/`userIds`, the org admin role is granted access by default "siteId": 8723, "mode": "host", "destination": "localhost", - "enabled": true, "alias": "private-resource.internal", "tcpPortRangeString": "*", "udpPortRangeString": "", @@ -315,7 +309,6 @@ If you omit `roleIds`/`userIds`, the org admin role is granted access by default "name": "My Private Resource", "mode": "host", "destination": "localhost", - "enabled": true, "alias": "private-resource.internal", "tcpPortRangeString": "*", "udpPortRangeString": "", diff --git a/manage/integration-api.mdx b/manage/integration-api.mdx index 6702cbb..b49d09e 100644 --- a/manage/integration-api.mdx +++ b/manage/integration-api.mdx @@ -9,7 +9,6 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; - 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/self-host/enterprise-edition.mdx b/self-host/enterprise-edition.mdx index 994eb4f..d3cd21d 100644 --- a/self-host/enterprise-edition.mdx +++ b/self-host/enterprise-edition.mdx @@ -7,7 +7,9 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; - + + Get a license for Pangolin Enterprise Edition. + When self-hosting Pangolin, you can choose to run the **Community Edition** or the **Enterprise Edition**. Both editions provide the same core functionality, but the Enterprise Edition unlocks additional features for qualifying users. @@ -30,19 +32,6 @@ When self-hosting Pangolin, you can choose to run the **Community Edition** or t The Enterprise Edition is distributed under the **Fossorial Commercial License**, which provides different terms based on your organization's revenue: - - **Free for individuals and small businesses** - - - **Revenue threshold**: Less than $100,000 USD gross annual revenue - - **License cost**: Free - - **Features**: Full access to all "Paid Features" - - **Usage**: Personal and small business use allowed - - - You still need to acquire a valid license key to unlock Enterprise features, even with free licensing. - - - **Larger businesses require a paid license** @@ -55,6 +44,18 @@ The Enterprise Edition is distributed under the **Fossorial Commercial License** Businesses exceeding the revenue threshold must purchase a commercial license to use Enterprise Edition features. + + **Free for individuals and small businesses** + + - **Revenue threshold**: Less than $100,000 USD gross annual revenue + - **License cost**: Free + - **Features**: Full access to all "Paid Features" + - **Usage**: Personal and small business use allowed + + + You still need to acquire a valid license key to unlock Enterprise features, even with free licensing. + + To see pricing tiers for the self-hosted Enterprise Edition for businesses, [click here](https://pangolin.net/pricing?hosting=self-host). For more on how to purchase a key, see [Purchase a license key](/self-host/purchase-license-key).