mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
Renaming to remote-nodes
This commit is contained in:
@@ -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.
|
||||
</Card>
|
||||
|
||||
<Card title="Managed Self-hosted" icon="circle-nodes" href="/manage/managed">
|
||||
Self-host your own Pangolin node with cloud coordination for high availability and automatic failover. Data always transits your servers.
|
||||
</Card>
|
||||
|
||||
<Card title="Community Edition" icon="server" href="/self-host/quick-install">
|
||||
Fully self-hosted, self-contained Pangolin server acting as a single node.
|
||||
</Card>
|
||||
|
||||
<Card title="Remote Nodes" icon="circle-nodes" href="/manage/remote">
|
||||
Self-host your own Pangolin node with cloud coordination for high availability and automatic failover. Data always transits your servers.
|
||||
</Card>
|
||||
|
||||
<Card title="Learn More" icon="book" href="/manage/nodes">
|
||||
Detailed information about nodes and high availability options.
|
||||
</Card>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ description: "Deploy your own fully self-hosted instance of Pangolin Community E
|
||||
---
|
||||
|
||||
<Note>
|
||||
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).
|
||||
</Note>
|
||||
34
docs.json
34
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": [
|
||||
|
||||
@@ -23,7 +23,7 @@ Pangolin establishes secure connections from edge networks to nodes, bypassing t
|
||||
<Card title="Pangolin Cloud" icon="cloud" href="https://pangolin.fossorial.io/auth/signup">
|
||||
Use Cloud for a highly available and access-controllerd ingress service with nodes all over the world.
|
||||
</Card>
|
||||
<Card title="Quick Install Guide" icon="server" href="/self-host/quick-install-managed">
|
||||
<Card title="Quick Install Guide" icon="server" href="/self-host/quick-install-remote">
|
||||
Learn the fastest way to install a managed self-hosted Pangolin node.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
@@ -4,7 +4,7 @@ description: "Learn how to convert your Community Edition Pangolin instance to a
|
||||
---
|
||||
|
||||
<Info>
|
||||
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.
|
||||
</Info>
|
||||
|
||||
## Who is this for?
|
||||
@@ -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.
|
||||
|
||||
<Tip>
|
||||
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).
|
||||
</Tip>
|
||||
|
||||
## How It Works
|
||||
@@ -23,7 +23,7 @@ The managed self-hosted approach gives you the best of both worlds:
|
||||
<img src="/images/ha.svg" width="400" centered/>
|
||||
</Frame>
|
||||
|
||||
## 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
|
||||
|
||||
<Tip>
|
||||
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).
|
||||
</Tip>
|
||||
|
||||
Ready to convert your existing self-hosted node to managed? Learn how in our [conversion guide](/self-host/convert-managed).
|
||||
Reference in New Issue
Block a user