Skip to main content

Radicale Remind and Abook storage backend

Project description

Radicale storage backends for Remind and Abook.

Dependencies

Installation

You need to have the Remind command line tool installed. For Debian/Ubuntu use:

$ sudo apt-get install remind

Using pip

$ pip install radicale-remind

This will install all Python dependencies as well.

Using python-setuptools

$ python setup.py install

Config

[server]
hosts = 0.0.0.0:5232
daemon = False
ssl = True
certificate = /path/to/certificate.crt
key = /path/to/privateKey.key

[auth]
type = htpasswd
htpasswd_filename = /path/to/users
htpasswd_encryption = sha1

[rights]
type = owner_only

[storage]
type = custom
custom_handler = remind_abook_storage # or remind_storage or abook_storage
filesystem_folder = /home
remind_file = /path/to/.reminders
remind_timezone = Europe/Berlin
abook_file = /path/to/.abook/addressbook

[logging]
debug = False
full_environment = False

Also have a look at the Radicale documentation.

Run

$ radicale

Add hostname:5232 to your CalDAV clients, like DAVdroid available in F-Droid.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radicale-remind-0.1.2.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

radicale_remind-0.1.2-py2-none-any.whl (7.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page