You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/govern/custom-domain.mdx
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,64 @@ title: Custom domain
3
3
sidebarTitle: Custom domain
4
4
description: Host your Plane instance in your custom domain.
5
5
---
6
+
During Plane Commercial Edition installation, you configure a domain for your instance. If you need to change that domain later, whether you're moving to a production domain, switching to a different hostname, or updating your DNS configuration, this guide walks you through the process.
7
+
6
8
<Note>
7
-
With the Commercial Edition, you can set up a custom domain right during installation. If you ever need to change the domain later, just contact our support team for assistance until we ship out a feature that lets you handle domain changes yourself.
9
+
**Prime CLI is for Docker installations only.** These commands only work on Plane instances originally installed using `prime-cli`.
8
10
</Note>
9
11
12
+
<Warning>
13
+
**Plan for downtime**
14
+
Changing domains requires restarting Plane services. Your instance will be unavailable for a few minutes during the restart. Plan accordingly or notify your users.
15
+
</Warning>
16
+
17
+
## Check current domain configuration
18
+
19
+
First, see which environment variables currently reference your old domain. This helps you identify exactly what needs updating.
0 commit comments