hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 324 forks source link

CalDAV add-on? #387

Closed ragboy closed 4 years ago

ragboy commented 5 years ago

Classification

Please delete options that are not relevant.

Description

Any plans or do you know of any add-on for a CalDAV server to incorporate? I have been using this for a couple years now, and its been great.

iMouath commented 5 years ago

radicale is pretty good. I've it running in the same vps but not inside a docker container. configured traefik [file] provider to proxy it under SSL

...

[file]
domain = "domain.tld"
watch = true
exposedbydefault = false

[backends]
  [backends.radicale]
    [backends.radicale.servers.radicale]
    url = "http://172.17.0.1:5232/"

[frontends]
  [frontends.radicale]
  backend = "radicale"
    [frontends.radicale.routes.radicale]
    rule = "Host:dav.domain.tld"
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.