slackbuilds/network/radicale
fourtysixandtwo 16b94f3379
network/radicale: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-20 19:19:34 +07:00
..
README network/radicale: Add user/group to README, slackbuild. 2022-12-31 09:14:35 +07:00
doinst.sh network/radicale: Updated for version 3.1.8. 2022-11-04 14:08:37 +07:00
radicale.SlackBuild network/radicale: Add user/group to README, slackbuild. 2022-12-31 09:14:35 +07:00
radicale.info network/radicale: Fix deps. 2023-05-20 19:19:34 +07:00
rc.radicale network/radicale: Fix file permissions. 2022-11-26 09:11:47 +07:00
slack-desc

README

Radicale (Calendar Server)

The Radicale Project is mainly a calendar server, giving local and
distant accessess for reading, creating, modifying and deleting
multiple calendars through a simplified CalDAV protocol. Data can be
encrypted by SSL, and their access can be restricted thanks to
different authentication methods.

You need a "radicale" user and group prior to building radicale.
Something like this will suffice for most systems:

  groupadd -g 375 radicale
  useradd -u 375 -d /var/lib/radicale -s /bin/false -g radicale radicale