SlackBuildsOrg/network/radicale
Arkadiusz Drabczyk d47d5502b0
network/radicale: Simplify extracting tarball
Downloaded tarball will always be named correctly even if it's
downloaded using wget or curl without using extra options.

Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-01 06:12:18 +07:00
..
doinst.sh
radicale.info
radicale.SlackBuild
rc.radicale
README
slack-desc

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