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
| Compass Cloud (`compasscalendar.com`) | Signed in | Compass backend -> Compass MongoDB |
25
25
| Self-hosted | Anonymous | Browser IndexedDB |
26
26
| Self-hosted | Signed in | Operator backend -> configured MongoDB |
27
27
@@ -35,7 +35,7 @@ The lightest state. Useful for trying Compass without creating an account.
35
35
- events and tasks live in the browser's IndexedDB
36
36
- calendar and task data never leave the browser
37
37
38
-
This is the same story everywhere: on [app.compasscalendar.com](https://app.compasscalendar.com) and on a self-hosted install before the user signs up. The web app might be served from Compass Cloud or from a self-hosted server, but either way, anonymous calendar and task data stay in the browser.
38
+
This is the same story everywhere: on [compasscalendar.com](https://compasscalendar.com) and on a self-hosted install before the user signs up. The web app might be served from Compass Cloud or from a self-hosted server, but either way, anonymous calendar and task data stay in the browser.
39
39
40
40
## Self-Hosted Account Mode
41
41
@@ -51,7 +51,7 @@ For the runtime env and required variables, see [Local Development](./local-deve
51
51
52
52
## Hosted Compass Cloud Account Mode
53
53
54
-
The signed-in state on the managed product at [app.compasscalendar.com](https://app.compasscalendar.com).
54
+
The signed-in state on the managed product at [compasscalendar.com](https://compasscalendar.com).
55
55
56
56
- Compass-operated backend
57
57
- Compass-owned MongoDB and SuperTokens configuration
Copy file name to clipboardExpand all lines: docs/self-hosting/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Self-Hosting
2
2
3
-
Self-hosting Compass means running it on a server you control instead of using `app.compasscalendar.com`.
3
+
You can run Compass on infrastructure you control instead of using the hosted version on `compasscalendar.com`
4
4
5
-
Start with [Run Compass on a server](./server-guide.md). It walks through a small VPS setup with your own domain, HTTPS, and the Compass services running behind Caddy.
5
+
Start with [Run Compass on a server](./server-guide.md). It walks through a small VPS setup with your own domain, HTTPS, and the Compass services running behind a reverse proxy.
6
6
7
-
If you only want to run Compass on your own computer, use the normal local development flow with Bun instead of the self-host installer. See [Run Compass without the installer](./advanced-manual.md).
7
+
If you only want to run Compass on your own computer, use the normal local development flow with Bun instead of the self-host installer.
8
8
9
9
## What Compass is made of
10
10
@@ -33,7 +33,7 @@ flowchart TD
33
33
## Start here
34
34
35
35
- New self-host install: [Run Compass on a server](./server-guide.md)
36
-
- Backups and restore: [Back up and restore your data](./backups-and-restore.md)
36
+
- Backups and restore: [Back up and restore your data](./backup-and-restore.md)
37
37
- Google Calendar: [Add Google Calendar](./google-calendar.md)
38
38
- Manual Bun setup: [Run Compass without the installer](./advanced-manual.md)
0 commit comments