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
Kurrier now supports Calendars and syncs your calendars through **CalDAV**, compatible with iOS, macOS, Android (DAVx⁵), Thunderbird, and all CalDAV-supporting apps.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/index.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,21 @@ title: What is Kurrier
3
3
description: Introduction to Kurrier and how to get your first instance running.
4
4
---
5
5
6
-
Kurrier is a modern, self-hosted communication hub — a unified interface for **email, calendars, and contacts** — built for people who want the power and privacy of running their own stack without the complexity of maintaining one.
6
+
Kurrier is a modern, self-hosted workspace — a unified interface for **email, calendars, contacts and storage** — built for people who want the power and privacy of running their own stack without the complexity of maintaining one.
7
7
8
8
Kurrier connects directly to your existing providers using open standards:
This lets you bring **any provider**, any identity, and any domain into one fast, integrated interface — searchable, synced, and fully under your control.
15
16
16
-
Kurrier runs entirely on your own infrastructure, ensuring your mail, events, contacts, and credentials stay private.
17
+
Kurrier runs entirely on your own infrastructure, ensuring your mail, events, contacts, store, and credentials stay private.
17
18
It’s lightweight, API-first, cloud-ready, and designed to fit smoothly into personal setups, multi-domain environments, or fully custom workflows.
18
19
19
-
So whether you're looking for a simple unified inbox, a private Google like experience, or a way to manage multiple email identities across providers, **Kurrier gives you a complete, modern, extensible platform.**
20
+
So whether you're looking for a simple unified workspace, a private Google like experience, or a way to manage multiple email identities across providers, **Kurrier gives you a complete, modern, extensible platform.**
Copy file name to clipboardExpand all lines: apps/docs/content/docs/installation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ cp example.env .env
34
34
cp -r ./init/volumes/ volumes
35
35
cp -r ./init/dav_config/ dav_config
36
36
cp -r ./init/dav_data/ dav_data
37
-
cp -r ./init/caddy caddy
38
-
cp -r ./init/webdav webdav
37
+
cp -r ./init/caddy/ caddy
38
+
cp -r ./init/webdav/ webdav
39
39
```
40
40
41
41
Open the .env file and update your secrets and passwords. You can also use the built-in secrets generator below to create a secure, production-ready passwords and secrets.
0 commit comments