mbox

[bug#45047,0/2] Add service for radicale.

Message ID 20201205002607.22785-1-jonathan.brielmaier@web.de
Headers show

Message

Jonathan Brielmaier Dec. 5, 2020, 12:26 a.m. UTC
Hi,

this is a simple version of a service for radicale, a CalDAV/CardDAV server.
Password encryption with bcrypt is not working yet.
For the future I want to add the plugin for auth via dovecot. That's for another
patch series...

With the default configuration I confirmed that the service work as expected...

Jonathan Brielmaier (2):
  gnu: radicale: Update to 3.0.6.
  services: Add radicale-service-type.

 doc/guix.texi         | 25 +++++++++++++
 gnu/packages/dav.scm  |  4 +--
 gnu/services/mail.scm | 81 ++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 107 insertions(+), 3 deletions(-)

--
2.29.2

Comments

jonathan@brielmaier.net Jan. 8, 2021, 7:04 p.m. UTC | #1
Close it.