Skip to content

Commit 248e467

Browse files
Update README with CalDAV proxy and project info
Added information about CalDAV proxy usage and updated project details.
1 parent 03631c6 commit 248e467

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

33
A browser-based CalDAV client — sync with your own server, no cloud required.
44

5-
**Philosophy:** Your calendar data should belong to you, not Google or Apple. Calino connects to any CalDAV server (Nextcloud, Baikal, Radicale, etc.). Your events stay in your own server, not in ours. The only thing that lives locally is your preferences. No accounts, no signups, no data mining.
5+
Check out the hosted version at [Calino.io](https://calino.io).
66

77
> **⚠️ New Project Alert:** Calino is a new project and under very active development. Expect breaking changes, evolving UI, and frequent updates. Use at your own risk — but report bugs, we'd love the feedback!
88
9+
### CalDAV Proxy
10+
11+
If your CalDAV server doesn't support CORS, you can use Calino's hosted proxy:
12+
13+
```bash
14+
# Use Calino's hosted proxy
15+
# Set proxy URL during setup to: https://proxy.calino.io
16+
```
17+
18+
With that said, I urge you to either selfhost Calino or at least use your own proxy, to minimize the amount of data being sent to servers that are not your own. Calino.proxy.io is solely for convenience. Don't rely on it.
19+
920
## Features
1021

22+
I have made it as close as possible, as to what I envision the perfect CalDAV non-enterprise calendar to be.
23+
1124
### Views
1225

1326
- **Month, Week, Day, Agenda** — four views for every preference
@@ -82,7 +95,7 @@ Calino is just a static React app — host it anywhere that serves HTML/JS.
8295

8396
- Click the gear icon or use `Cmd+K` → "Settings"
8497
- Add your CalDAV server URL, username, password
85-
- App stores credentials in localStorage (encrypted)
98+
- App stores credentials in localStorage
8699

87100
**Site URL (for SEO/social cards):**
88101

@@ -92,18 +105,6 @@ cp .env.example .env.local
92105
pnpm build
93106
```
94107

95-
### CalDAV Proxy (Cloudflare Worker)
96-
97-
If your CalDAV server doesn't support CORS, you can use Calino's hosted proxy:
98-
99-
```bash
100-
# Use Calino's hosted proxy
101-
# Set proxy URL in settings to: https://proxy.calino.io
102-
103-
# Set CalDAV URL like:
104-
https://proxy.calino.io/https%3A%2F%2Fyour-caldav-server.com
105-
```
106-
107108
### Supported CalDAV Servers
108109

109110
- Baikal

0 commit comments

Comments
 (0)