SabreDAV
Self-HostedOpen-source WebDAV server for CalDAV and CardDAV synchronization
Overview
SabreDAV is an open-source WebDAV server implementation focused on CalDAV (calendar) and CardDAV (contacts) sync. Built in PHP, it integrates seamlessly with existing systems or runs standalone. It works with popular clients like Apple Calendar, Mozilla Thunderbird, and Android apps. Deployment options include Docker containers or manual setup on Apache/Nginx servers, making it flexible for self-hosters. It supports open standards, ensuring privacy and full control over your calendar and contact data.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
sabredav:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: sabredav
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Supports CalDAV (calendar) and CardDAV (contact) synchronization
- Compatible with major clients (Apple Calendar, Thunderbird, Android)
- PHP-based for easy integration with existing systems
- Flexible deployment via Docker or Apache/Nginx
Frequently Asked Questions
? Is SabreDAV hard to install?
Docker deployment is straightforward, but manual setup requires configuring a PHP server (Apache/Nginx) and optionally a database. Comprehensive documentation helps, but basic server admin experience is recommended for customization.
? Is it a good alternative to Google Workspace for calendar/contact sync?
Yes—if you prioritize self-hosting and open standards over Google’s cloud ecosystem. It excels at syncing calendars/contacts with preferred clients but lacks Google’s email or productivity tools.
? Is SabreDAV completely free?
Absolutely—SabreDAV is licensed under MIT, so it’s free to download, use, modify, and distribute without hidden costs or subscriptions.
Top Alternatives
People Also Ask about SabreDAV
Tool Info
Pros
- ⊕ Privacy-focused self-hosted solution
- ⊕ Open-source (MIT license, free to use/modify)
- ⊕ Wide compatibility with standard calendar/contact clients
Cons
- ⊖ Requires basic PHP server administration knowledge
- ⊖ No built-in user interface (depends on client apps)
- ⊖ Limited to sync—lacks email/collaboration features of proprietary tools