Etesync enables an encrypted private caldav and carddav server. Its open source and can be self hosted or used directly through them. Their github page has instructions for nginx but nothing to get django setup with wsgi on apache. To get it all working, download the zip and unpack from github to the www folder.…Continue reading Etesync : Encrypted Caldav and Carddav on Apache debian setup
Category: Privacy
Nextcloud\Owncloud and Redis with OpenVZ
After unsuccessfully trying to get Nextcloud and Owncloud working on an openvz VPS, I kept running into errors around installing redis. Turns out the issue is that a lot of the cheaper VPS resellers use an old kertnel version which has issues with redis. The only solution I could find was to switch to apcu…Continue reading Nextcloud\Owncloud and Redis with OpenVZ