Skip to content

Commit af15bab

Browse files
authored
Fixes to Airgapped docs (#174)
1 parent 36d8eb7 commit af15bab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Consider these alternatives:
4848

4949
2. **Prepare Docker images for airgapped environment**
5050

51-
Refer to [this document](https://app.plane.so/plane/wiki/0fc896e0-ca79-4783-8860-43c51b372ec1/) to download the Docker images from the public repository to your internal repository.
51+
Refer to [this document](/self-hosting/methods/clone-docker-images) to download the Docker images from the public repository to your internal repository.
5252

5353
<Note>
5454
**Important**
@@ -279,9 +279,9 @@ Once your air-gapped installation is running, you'll need to activate your works
279279
![Download license file](/images/activate-license/download-license.webp)
280280
4. Navigate to the [Workspace Settings](https://docs.plane.so/core-concepts/workspaces/overview#workspace-settings) in the Plane application.
281281
6. Select **Billing and plans** on the right pane.
282-
6. Click the **Activate this workspace** button.
282+
7. Click the **Activate this workspace** button.
283283
![Upload license file](/images/activate-license/upload-airgapped-license-file.webp)
284-
7. Upload the license file to activate your workspace.
284+
8. Upload the license file to activate your workspace.
285285

286286
You now have Plane running in your air-gapped environment. If you run into any issues, check the logs using the commands above, or reach out to our support team for assistance.
287287

self-hosting/plane-architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Plane consists of multiple services working together to provide project manageme
1313
The main application interface where users interact with projects, work items, and pages. This service serves the UI and handles client-side routing.
1414

1515
**Space**
16-
This powers public sharing. It lets you publish projects, views, pages to the web, so others can view without needing to log in.
16+
This powers public sharing. It lets you publish projects, views, pages to the web, so others can view without needing to log in.
1717

1818
**Admin**
1919
Instance administration interface for workspace owners and administrators. Manages billing, licensing, workspace settings, and user permissions.
@@ -61,7 +61,7 @@ In-memory cache and session store. Used for caching frequently accessed data, st
6161
Message queue for asynchronous task processing. Workers pull jobs from queues for background operations like imports, exports, and notifications.
6262

6363
**MinIO/S3**
64-
Object storage for file uploads, attachments, and generated exports. Can be replaced with any S3-compatible storage system.
64+
Object storage for file uploads, attachments, and generated exports; can be replaced with any S3-compatible storage system.
6565

6666
**OpenSearch**
6767
Optional search indexing service for enhanced search capabilities. Not required for basic Plane functionality.

0 commit comments

Comments
 (0)