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: docs/self-hosting/server-guide.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,6 @@ This path assumes you're comfortable with:
15
15
16
16
Plan for **30 to 60 minutes** end to end, mostly waiting on DNS propagation, image pulls, and Caddy's first certificate fetch.
17
17
18
-
You'll need:
19
-
20
-
- an Ubuntu VPS with Docker and Docker Compose installed
21
-
- a domain name pointed at the server's public IP
22
-
- Caddy installed on the same server
23
-
- SSH access
24
-
25
18
The examples use `compass.example.com`. Replace it with your real domain everywhere.
26
19
27
20
## What to expect
@@ -89,7 +82,9 @@ Once those are installed, continue to step 1.
89
82
90
83
### Get a domain name
91
84
92
-
You'll need a domain name to get HTTPS working. Two good options:
85
+
You'll need a domain name to get HTTPS working. If you already have one (me.dev) and are OK with adding a subdomain (calendar.me.dev), you can skip this step.
0 commit comments