No description
  • Dockerfile 89.5%
  • Shell 10.5%
Find a file
2026-03-13 22:27:58 +00:00
.gitignore initial 2026-03-13 15:28:51 +00:00
CHANGELOG.md 1.0.1 2026-03-13 22:27:58 +00:00
CloudronManifest.json 1.0.1 2026-03-13 22:27:58 +00:00
CloudronVersions.json 1.0.1 2026-03-13 22:27:58 +00:00
Dockerfile ios fix 2026-03-13 21:18:14 +00:00
LICENSE initial 2026-03-13 15:28:51 +00:00
logo.png initial 2026-03-13 15:28:51 +00:00
POSTINSTALL.md ios fix2 2026-03-13 21:33:41 +00:00
README.md ios fix2 2026-03-13 21:33:41 +00:00
start.sh 1st working 2026-03-13 16:16:51 +00:00

Baikal (Cloudron Package)

Baikal is a lightweight CalDAV and CardDAV server with a web admin interface.

Usage

  • Open the app URL to complete the first-run install wizard.
  • Admin UI: /admin/
  • CalDAV/CardDAV discovery:
    • /.well-known/caldav
    • /.well-known/carddav
  • DAV endpoint: /dav.php

Clients authenticate with the Baikal username/password you create in the admin UI (standard HTTP auth over HTTPS via Cloudron).

MacOS /iOS : https://app/domain.tld/dav.php/principals/username

Persistence

This package persists Baikals writable directories on Cloudron storage:

  • /app/data/config (Baikal config)
  • /app/data/Specific (Baikal state and SQLite DB if used)