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.

  • Eirikr70@jlai.lu
    link
    fedilink
    English
    arrow-up
    8
    ·
    19 days ago

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

  • observantTrapezium@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    19 days 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.

  • ShortN0te@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    19 days 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
    link
    fedilink
    English
    arrow-up
    4
    ·
    19 days ago

    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
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      19 days 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

  • gedaliyah@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    19 days ago

    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
      link
      fedilink
      English
      arrow-up
      0
      ·
      19 days ago

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

      • gedaliyah@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 days 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

  • gedaliyah@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days 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.

  • Esjott@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days 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).

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    19 days ago

    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
      link
      fedilink
      arrow-up
      1
      ·
      19 days ago

      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.

      • originalucifer@moist.catsweat.com
        link
        fedilink
        arrow-up
        1
        ·
        19 days ago

        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.