this post was submitted on 21 Mar 2026
19 points (91.3% liked)

Selfhosted

57792 readers
731 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Looking for a simple card/cal/WebDAV server that runs in docker.

Have tried Davis, Radicale and Baikal but have either struggled to get them working or found them a bitch to maintain.

Doesn't have to be a DAV type solution. Syncing/backing up contacts and calendars from an android phone is essential.

top 25 comments
sorted by: hot top controversial new old
[–] trougnouf@lemmy.world 3 points 1 day ago

Radicale is maintenance-free in my years of experience.

[–] Eirikr70@jlai.lu 8 points 1 day ago (1 children)

I use Radicale as a Docker container and it runs fine, with no maintenance apart from upgrading the image once in a while.

[–] gedaliyah@lemmy.world 2 points 1 day ago

Same. It's pretty much my best behaved container.

[–] Esjott@feddit.org 1 points 1 day ago

Would have said baikal if you haven’t alteady mentioned it. Can’t confirm that it’s a bitch to maintain, runs in my webjail for more than a year now. (Before I used nextcloud which IS a bitch in all matters..) The only hiccup was self induced, forgot to install it after php upgrade (FreeBSD, pkg is named php83-baikal for example).

Specifically for webdav (Joplin sync) I use dave, though unmaintained no issues so far (internal network only, not web facing).

[–] observantTrapezium@lemmy.ca 6 points 1 day ago

I use Baïkal for card and cal and Apache for webDAV, they provide all the features I need and were easy enough to set up, never tried alternatives.

[–] gedaliyah@lemmy.world 4 points 1 day ago (1 children)

For Android, you can use any of those on your server and DAVx5 on the phone. That makes it accessible to any calendar and contacts app systemwide. Some apps may also be able to connect directly, such as Etar.

[–] trougnouf@lemmy.world 0 points 1 day ago (1 children)

Doesn't Etar use DAVx⁵? I would love direct synchronization but I don't see a way to connect directly.

[–] gedaliyah@lemmy.world 1 points 20 hours ago

I don't personally use it so I don't know if it depends on davx5, but you can add a CalDAV calendar directly in Etar settings.

I think I was actually thinking of KashCal, which works without DAVx5 by design

[–] ShortN0te@lemmy.ml 5 points 1 day ago

Maybe try to explain the struggles you have had, since to my knowledge the posted options are the best and simplest once out there.

[–] warmaster@lemmy.world 4 points 1 day ago (1 children)

Radicale and Baikal are the most popular ones, but I wanted to share a few lesser known ones:

  • Etesync
  • Stalwart*

*Yes, Stalwart is a full blown Email+Calendar solution, but it requires 1 Core & 100 mb of RAM. And you get both CalDav & the newer & superior JMAP protocol. It's backed by NLNET NGIO and it has a proven track record.

[–] lyralycan@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago)

This is good, I use Mailcow Dockerized and it uses 10% of one 3.7GHz core, but 2GB of RAM. Stalwart definitely seems better for low memory hosts. Seems to have one instance of rspamd for each mailbox, they and ofelia are the biggest users of RAM according to top

[–] webkitten@piefed.social 3 points 1 day ago

What troubles were you having with Baikal? I generally let mine just sit with a checked out tag from Git.

[–] iamthetot@piefed.ca 3 points 1 day ago

What did you have problems with concerning Baïkal?

[–] rehydrate@piefed.blahaj.zone 2 points 1 day ago (1 children)

I have used without alot of maintenance or struggles mailcow-dockerized to do the Cal/Card DAV, idk maybe try that

[–] lyralycan@sh.itjust.works 1 points 1 day ago (1 children)

I think you got a downvote for promoting mailcow, users can be fickle

[–] ShortN0te@lemmy.ml 2 points 1 day ago (1 children)

Looking for a simple card/cal/WebDAV server that runs in docker.

Or maybe just because there is nothing simple in hosting a mail server for having card and caldav.

[–] lyralycan@sh.itjust.works 2 points 1 day ago

It is indeed rather complex.

[–] Nomad@infosec.pub 1 points 1 day ago

Combine with mail and use SoGo. Foss and works nearly out of the box.

[–] tobz619@lemmy.world 1 points 1 day ago

I use Caddy with the WebDAV extension. Works beautifully.

[–] gedaliyah@lemmy.world 1 points 1 day ago

For an unbelievably simple WebDAV server, you may want to look into copyparty.

It depends on your needs, as it is not as full featured as some options out there, but it's one Python file that you can just download and open. Boom. Fileserver.

[–] passenger@sopuli.xyz -1 points 1 day ago

Nextcloud AIO

[–] hexmasteen@lemmy.ml -1 points 1 day ago
[–] originalucifer@moist.catsweat.com 0 points 1 day ago (1 children)

might be a bit heavy for this, but ive been having fun with nextcloud.. its caldav based, i think. ive got it syncin with outlook calendars and the mobile client seems to throw shit in my face as needed

havent really messed with the contact stuff though

[–] DaGeek247@fedia.io 1 points 1 day ago (1 children)

I am the middle of struggling to backup my calendars from nextcloud after my GPU failed. Nextcloud in docker containers is terrible for any sort of recovery. They're not even broke, you just can't run them with a GPU setup, remove the GPU, and then expect them to still be able to run.

it kinda sounds like you failed to back them up and are attempting to restore them from a non-backup.

and yeah, pulling an integral, configured component and expecting it to just run fine seems kinda.. psychotic.