Skip to content

Commit 3cb93e9

Browse files
committed
minor fixes
1 parent 67412c4 commit 3cb93e9

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"group": "Airgapped Edition",
8585
"pages": [
86-
"self-hosting/methods/airgapped-considerations",
86+
"self-hosting/methods/airgapped-requirements",
8787
"self-hosting/methods/airgapped-edition",
8888
"self-hosting/methods/airgapped-edition-kubernetes",
8989
"self-hosting/methods/clone-docker-images"

self-hosting/methods/airgapped-edition-kubernetes.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Deploy Plane Commercial in an Airgapped Kubernetes Environment
33
sidebarTitle: For Kubernetes
44
---
55

6+
<Note>
7+
**IMPORTANT**
8+
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:[email protected]) for pricing and licensing information.
9+
</Note>
10+
611
This guide walks you through deploying Plane Enterprise in an airgapped Kubernetes environment using Helm charts and pre-packaged Docker images.
712

813
## What you'll need

self-hosting/methods/airgapped-edition.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: Deploy Plane Commercial in an Airgapped Docker Environment
33
sidebarTitle: For Docker
44
---
55

6-
This guide walks you through setting up the Commercial Airgapped Edition in an offline environment using our pre-packaged installation bundle.
7-
<Warning>
6+
<Note>
87
**IMPORTANT**
9-
These instructions are for new installations only. If you're migrating from an existing Community Edition to an air-gapped setup, follow [this guide](/self-hosting/manage/community-to-airgapped).
10-
</Warning>
8+
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:[email protected]) for pricing and licensing information.
9+
</Note>
10+
11+
This guide walks you through setting up the Commercial Airgapped Edition in an offline environment using our pre-packaged installation bundle.
1112

1213
## Prerequisites
1314
Before we get started, make sure your air-gapped machine has:

self-hosting/methods/airgapped-considerations.mdx renamed to self-hosting/methods/airgapped-requirements.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ title: Airgapped deployment architecture
33
sidebarTitle: Overview
44
---
55

6+
<Note>
7+
**IMPORTANT**
8+
Airgapped deployments are available exclusively for Business plan customers. Contact our [sales team](mailto:[email protected]) for pricing and licensing information.
9+
</Note>
10+
611
This document explains Plane's architecture and specific requirements for airgapped deployments. Review this before beginning your airgapped installation on [Docker](/self-hosting/methods/airgapped-edition) or [Kubernetes](/self-hosting/methods/airgapped-edition-kubernetes).
712

813
## What is an airgapped deployment?
914

1015
An airgapped deployment operates in a completely isolated network environment with no external internet connectivity. This isolation is common in highly regulated industries, government facilities, and organizations with strict security requirements.
1116

12-
Plane supports fully airgapped deployments where all components—application services, databases, storage, and integrations—operate entirely within your isolated network perimeter.
13-
14-
See [Plane architecture](/self-hosting/plane-architecture)
17+
Plane supports fully airgapped deployments where all components - application services, databases, storage, and integrations - operate entirely within your isolated network perimeter.
1518

1619
## Airgapped cluster architecture
1720

@@ -21,7 +24,7 @@ Here's how Plane operates in an airgapped environment with internal enterprise a
2124

2225
This diagram illustrates a critical principle: **all OAuth flows and API communication remain internal to the airgapped cluster**. When integrating with self-hosted GitHub Enterprise, GitLab, or other internal services, the entire authentication and data exchange happens within your isolated network — no internet access required.
2326

24-
## Connectivity and telemetry
27+
For a detailed breakdown of Plane's services and infrastructure dependencies, see [Plane self-hosted architecture](/self-hosting/plane-architecture).
2528

2629
**Critical guarantees for airgapped environments**
2730

0 commit comments

Comments
 (0)