Skip to content

Commit d838bd5

Browse files
committed
updated docs
1 parent 1af454b commit d838bd5

File tree

7 files changed

+40
-19
lines changed

7 files changed

+40
-19
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Kurrier
2-
A modern, self-hosted hub for **email, calendars, and contacts**.
2+
The self-hosted open-source workspace for **email, calendars, contacts and storage**.
33

44
---
5-
> !! Coming Soon: Kurrier Drive — file storage and sharing (Local & Cloud drives) !!
65

76
## ✨ What's New
87

8+
### 🎉 Kurrier Drive — integrated **WebDAV/S3 storage**
9+
Store and manage files directly within Kurrier using **WebDAV** locally or S3-compatible storage
10+
Support for providers like AWS S3, Backblaze B2, MinIO, and DigitalOcean Spaces is coming soon.
11+
Have a provider you want first? Open an issue and let us know.
12+
13+
![Kurrier Drive](https://www.kurrier.org/docs-drive-light.png)
14+
15+
916
### 🎉 Sync your calendars across all your devices
1017
Kurrier now supports Calendars and syncs your calendars through **CalDAV**, compatible with iOS, macOS, Android (DAVx⁵), Thunderbird, and all CalDAV-supporting apps.
1118

apps/docs/app/(home)/page.tsx

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,26 @@ export default function HomePage() {
1717
<h1 className={"text-5xl"}>
1818
<Highlighter action="underline" color="#FF9800">
1919
<span className={"font-bold"}>
20-
Unified email, calendar, and contacts
20+
{/*Unified email, calendar, and contacts*/}
21+
Email, calendar, contacts, and storage
2122
</span>
2223
</Highlighter>{" "}
23-
for{" "}
24-
<Highlighter action="highlight" color="#51A2FF">
25-
any
26-
</Highlighter>{" "}
27-
provider.
24+
{/*for{" "}*/}
25+
{/*<Highlighter action="highlight" color="#51A2FF">*/}
26+
{/* any*/}
27+
{/*</Highlighter>{" "}*/}
28+
{/*provider.*/}
2829
</h1>
2930

30-
<p className="mt-4 text-xl text-neutral-400 max-w-3xl">
31-
All your communication, perfectly synced and beautifully integrated.
32-
</p>
31+
<p className="mt-4 text-xl text-neutral-600 max-w-3xl">
32+
Your <Highlighter action="highlight" color="#FF9800">
33+
open-source workspace
34+
</Highlighter>{" "} , perfectly synced and beautifully integrated.
35+
</p>
3336

3437
<div className="text-xl max-w-5xl py-8 mx-auto text-center leading-relaxed flex gap-2">
35-
Fast, private, and fully searchable - powered by your existing
36-
SMTP/IMAP/CalDAV/CardDAV credentials.
38+
Fast, private, and fully searchable - powered by your existing
39+
SMTP, IMAP, CalDAV, CardDAV, and WebDAV services.
3740
</div>
3841
</div>
3942

apps/docs/content/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Once Kurrier is up and running, you can start exploring the web dashboard and co
1212
Kurrier supports multiple email providers out of the box.
1313
You can verify and connect them from **Settings → Providers** in the dashboard.
1414

15-
1. Open [http://localhost:3000](http://localhost:3000)
15+
1. Open [http://localhost](http://localhost)
1616
2. Navigate to **Settings → Providers**
1717
3. Choose a provider —
1818
[Mailgun](/docs/providers/mailgun),

apps/docs/content/docs/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ title: What is Kurrier
33
description: Introduction to Kurrier and how to get your first instance running.
44
---
55

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.
77

88
Kurrier connects directly to your existing providers using open standards:
99

1010
- **Email:** IMAP / SMTP / SES / SendGrid / Mailgun / Postmark
1111
- **Calendars:** CalDAV
1212
- **Contacts:** CardDAV
13+
- **Drive:** WebDAV/S3
1314

1415
This lets you bring **any provider**, any identity, and any domain into one fast, integrated interface — searchable, synced, and fully under your control.
1516

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.
1718
It’s lightweight, API-first, cloud-ready, and designed to fit smoothly into personal setups, multi-domain environments, or fully custom workflows.
1819

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.**
2021

2122
---
2223

apps/docs/content/docs/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ cp example.env .env
3434
cp -r ./init/volumes/ volumes
3535
cp -r ./init/dav_config/ dav_config
3636
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
3939
```
4040

4141
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.

apps/docs/content/docs/upgrading.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ To ensure a smooth transition, please follow these additional steps:
2525
1. Backup your database before proceeding with the upgrade. (Basically the db folder)
2626
2. Run this command to apply necessary changes:
2727

28+
### Upgrading from version v1.0.5 and earlier
29+
```bash
30+
cd kurrier/db
31+
cp -r ./init/caddy/ caddy
32+
cp -r ./init/webdav/ webdav
33+
```
34+
35+
2836
---
2937
### Upgrading from version v0.0.91 and earlier
3038
```bash
@@ -35,3 +43,5 @@ cp -r ./init/dav_data/ dav_data
3543

3644

3745

46+
47+
220 KB
Loading

0 commit comments

Comments
 (0)