diff --git a/about/how-pangolin-works.mdx b/about/how-pangolin-works.mdx index a69bfed..7a0e20e 100644 --- a/about/how-pangolin-works.mdx +++ b/about/how-pangolin-works.mdx @@ -40,14 +40,14 @@ Nodes provide a mesh of high availability - if one location goes down, traffic a Large network of nodes with automatic failover and routing to your backend services. We host the Pangolin server for you. - - Self-host your own Pangolin node with cloud coordination for high availability and automatic failover. Data always transits your servers. - - Fully self-hosted, self-contained Pangolin server acting as a single node. + + Self-host your own Pangolin node with cloud coordination for high availability and automatic failover. Data always transits your servers. + + Detailed information about nodes and high availability options. diff --git a/self-host/advanced/cloudflare-proxy.mdx b/community/advanced/cloudflare-proxy.mdx similarity index 100% rename from self-host/advanced/cloudflare-proxy.mdx rename to community/advanced/cloudflare-proxy.mdx diff --git a/self-host/advanced/config-file.mdx b/community/advanced/config-file.mdx similarity index 100% rename from self-host/advanced/config-file.mdx rename to community/advanced/config-file.mdx diff --git a/self-host/advanced/container-cli-tool.mdx b/community/advanced/container-cli-tool.mdx similarity index 100% rename from self-host/advanced/container-cli-tool.mdx rename to community/advanced/container-cli-tool.mdx diff --git a/self-host/advanced/database-options.mdx b/community/advanced/database-options.mdx similarity index 100% rename from self-host/advanced/database-options.mdx rename to community/advanced/database-options.mdx diff --git a/self-host/advanced/integration-api.mdx b/community/advanced/integration-api.mdx similarity index 100% rename from self-host/advanced/integration-api.mdx rename to community/advanced/integration-api.mdx diff --git a/self-host/advanced/postgresql.mdx b/community/advanced/postgresql.mdx similarity index 100% rename from self-host/advanced/postgresql.mdx rename to community/advanced/postgresql.mdx diff --git a/self-host/advanced/timezone.mdx b/community/advanced/timezone.mdx similarity index 100% rename from self-host/advanced/timezone.mdx rename to community/advanced/timezone.mdx diff --git a/self-host/advanced/wild-card-domains.mdx b/community/advanced/wild-card-domains.mdx similarity index 100% rename from self-host/advanced/wild-card-domains.mdx rename to community/advanced/wild-card-domains.mdx diff --git a/self-host/advanced/without-tunneling.mdx b/community/advanced/without-tunneling.mdx similarity index 100% rename from self-host/advanced/without-tunneling.mdx rename to community/advanced/without-tunneling.mdx diff --git a/self-host/choosing-a-vps.mdx b/community/choosing-a-vps.mdx similarity index 100% rename from self-host/choosing-a-vps.mdx rename to community/choosing-a-vps.mdx diff --git a/self-host/community-guides/crowdsec.mdx b/community/community-guides/crowdsec.mdx similarity index 100% rename from self-host/community-guides/crowdsec.mdx rename to community/community-guides/crowdsec.mdx diff --git a/self-host/community-guides/geoblock.mdx b/community/community-guides/geoblock.mdx similarity index 100% rename from self-host/community-guides/geoblock.mdx rename to community/community-guides/geoblock.mdx diff --git a/self-host/community-guides/homeassistant.mdx b/community/community-guides/homeassistant.mdx similarity index 100% rename from self-host/community-guides/homeassistant.mdx rename to community/community-guides/homeassistant.mdx diff --git a/self-host/community-guides/metrics.mdx b/community/community-guides/metrics.mdx similarity index 100% rename from self-host/community-guides/metrics.mdx rename to community/community-guides/metrics.mdx diff --git a/self-host/community-guides/middlewaremanager.mdx b/community/community-guides/middlewaremanager.mdx similarity index 100% rename from self-host/community-guides/middlewaremanager.mdx rename to community/community-guides/middlewaremanager.mdx diff --git a/self-host/community-guides/overview.mdx b/community/community-guides/overview.mdx similarity index 100% rename from self-host/community-guides/overview.mdx rename to community/community-guides/overview.mdx diff --git a/self-host/community-guides/proxyprotocol.mdx b/community/community-guides/proxyprotocol.mdx similarity index 100% rename from self-host/community-guides/proxyprotocol.mdx rename to community/community-guides/proxyprotocol.mdx diff --git a/self-host/community-guides/traefiklogsdashboard.mdx b/community/community-guides/traefiklogsdashboard.mdx similarity index 100% rename from self-host/community-guides/traefiklogsdashboard.mdx rename to community/community-guides/traefiklogsdashboard.mdx diff --git a/self-host/dns-and-networking.mdx b/community/dns-and-networking.mdx similarity index 100% rename from self-host/dns-and-networking.mdx rename to community/dns-and-networking.mdx diff --git a/self-host/how-to-update.mdx b/community/how-to-update.mdx similarity index 100% rename from self-host/how-to-update.mdx rename to community/how-to-update.mdx diff --git a/self-host/manual/docker-compose.mdx b/community/manual/docker-compose.mdx similarity index 100% rename from self-host/manual/docker-compose.mdx rename to community/manual/docker-compose.mdx diff --git a/self-host/manual/managed.mdx b/community/manual/manual-install.mdx similarity index 97% rename from self-host/manual/managed.mdx rename to community/manual/manual-install.mdx index 8716e8c..10db74b 100644 --- a/self-host/manual/managed.mdx +++ b/community/manual/manual-install.mdx @@ -13,7 +13,7 @@ This guide assumes you already have a Linux server with Docker and Docker Compos ## Prerequisites -Checkout the [quick install guide](self-host/quick-install-managed) for more info regarding what is needed before you install Pangolin. +Checkout the [quick install guide](self-host/quick-install-remote) for more info regarding what is needed before you install Pangolin. ## File Structure diff --git a/self-host/manual/unraid.mdx b/community/manual/unraid.mdx similarity index 100% rename from self-host/manual/unraid.mdx rename to community/manual/unraid.mdx diff --git a/self-host/quick-install.mdx b/community/quick-install.mdx similarity index 98% rename from self-host/quick-install.mdx rename to community/quick-install.mdx index 8d864b8..09cfb8f 100644 --- a/self-host/quick-install.mdx +++ b/community/quick-install.mdx @@ -4,7 +4,7 @@ description: "Deploy your own fully self-hosted instance of Pangolin Community E --- -This guide is for the Community Edition self-hosted Pangolin. For self-hosting a highly available managed node, check out [this quick install guide](/self-host/quick-install-managed). +This guide is for the Community Edition self-hosted Pangolin. For self-hosting a highly available managed node, check out [this quick install guide](/self-host/quick-install-remote). What does this mean? Learn about Managed Self-hosted Nodes [here](/manage/managed). diff --git a/self-host/supporter-program.mdx b/community/supporter-program.mdx similarity index 100% rename from self-host/supporter-program.mdx rename to community/supporter-program.mdx diff --git a/self-host/system-architecture.mdx b/community/system-architecture.mdx similarity index 100% rename from self-host/system-architecture.mdx rename to community/system-architecture.mdx diff --git a/self-host/telemetry.mdx b/community/telemetry.mdx similarity index 100% rename from self-host/telemetry.mdx rename to community/telemetry.mdx diff --git a/docs.json b/docs.json index c7621d6..bfab271 100644 --- a/docs.json +++ b/docs.json @@ -29,8 +29,6 @@ { "group": "Pangolin", "pages": [ - "manage/nodes", - "manage/managed", { "group": "Sites", "pages": [ @@ -84,20 +82,6 @@ "manage/integration-api" ] }, - { - "group": "Self-host Managed Pangolin", - "pages": [ - "self-host/quick-install-managed", - { - "group": "Manual Installation", - "pages": [ - "self-host/manual/managed" - ] - }, - "self-host/choosing-a-vps", - "self-host/how-to-update" - ] - }, { "group": "Community Edition", "pages": [ @@ -110,7 +94,8 @@ ] }, "self-host/dns-and-networking", - "self-host/convert-managed", + "self-host/choosing-a-vps", + "self-host/how-to-update", "self-host/supporter-program", "self-host/system-architecture", { @@ -141,6 +126,21 @@ "self-host/telemetry" ] }, + { + "group": "Remote Nodes", + "pages": [ + "remote/nodes", + "remote/convert-remote", + "remote/remote", + "remote/quick-install-remote", + { + "group": "Manual Installation", + "pages": [ + "self-host/manual/remote" + ] + } + ] + }, { "group": "Development", "pages": [ diff --git a/index.mdx b/index.mdx index 18ac263..fac3424 100644 --- a/index.mdx +++ b/index.mdx @@ -23,7 +23,7 @@ Pangolin establishes secure connections from edge networks to nodes, bypassing t Use Cloud for a highly available and access-controllerd ingress service with nodes all over the world. - + Learn the fastest way to install a managed self-hosted Pangolin node. diff --git a/self-host/convert-managed.mdx b/remote/convert-remote.mdx similarity index 98% rename from self-host/convert-managed.mdx rename to remote/convert-remote.mdx index 90b6127..53573d8 100644 --- a/self-host/convert-managed.mdx +++ b/remote/convert-remote.mdx @@ -4,7 +4,7 @@ description: "Learn how to convert your Community Edition Pangolin instance to a --- -Check out the [Managed Deployment Guide](/self-host/quick-install-managed) for more information on deploying a managed instance of Pangolin. +Check out the [Managed Deployment Guide](/self-host/quick-install-remote) for more information on deploying a managed instance of Pangolin. ## Who is this for? diff --git a/manage/nodes.mdx b/remote/nodes.mdx similarity index 100% rename from manage/nodes.mdx rename to remote/nodes.mdx diff --git a/self-host/quick-install-managed.mdx b/remote/quick-install-remote.mdx similarity index 100% rename from self-host/quick-install-managed.mdx rename to remote/quick-install-remote.mdx diff --git a/manage/managed.mdx b/remote/remote.mdx similarity index 91% rename from manage/managed.mdx rename to remote/remote.mdx index cf63717..3fcec3c 100644 --- a/manage/managed.mdx +++ b/remote/remote.mdx @@ -1,14 +1,14 @@ --- -title: "Managed Self-Hosted" +title: "Remote Nodes" description: "More reliable and low-maintenance self-hosted Pangolin server with extra bells and whistles" --- -**Managed Self-Hosted Pangolin** is a deployment option designed for people who want simplicity and extra reliability while still keeping their data private and self-hosted. +**Remote Nodes** are a option designed for people who want simplicity and extra reliability while still keeping their data private and self-hosted. With this option, you still run your own Pangolin node — your tunnels, SSL termination, and traffic all stay on your server. The difference is that management and monitoring are handled through our cloud dashboard, which unlocks a number of significant benefits. - You can deploy a managed Pangolin node in seconds [using the installer](/self-host/quick-install-managed). + You can deploy a managed Pangolin node in seconds [using the installer](/self-host/quick-install-remote). ## How It Works @@ -23,7 +23,7 @@ The managed self-hosted approach gives you the best of both worlds: -## Why Choose Managed Self-Hosted? +## Why Choose Remote Nodes? **Data Control & Privacy**: All your traffic flows through your own servers, giving you complete control over data transit, costs, and ensuring compliance with your security policies. @@ -58,7 +58,7 @@ We're planning to add more analytics, alerting, and management tools to make you ## Getting Started - You can deploy a managed Pangolin node in seconds [using the installer](/self-host/quick-install-managed). + You can deploy a managed Pangolin node in seconds [using the installer](/self-host/quick-install-remote). Ready to convert your existing self-hosted node to managed? Learn how in our [conversion guide](/self-host/convert-managed).