From 68ec298fc9633270b2fac843b1a31a3377ab3af3 Mon Sep 17 00:00:00 2001 From: Antoine Nguyen Date: Tue, 9 Jun 2020 11:08:39 +0200 Subject: [PATCH] Disabled radicale-storage-by-index plugin. --- modoboa_installer/scripts/files/radicale/config.tpl | 4 ++-- modoboa_installer/scripts/radicale.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modoboa_installer/scripts/files/radicale/config.tpl b/modoboa_installer/scripts/files/radicale/config.tpl index 50e7acf..8d07e20 100644 --- a/modoboa_installer/scripts/files/radicale/config.tpl +++ b/modoboa_installer/scripts/files/radicale/config.tpl @@ -102,8 +102,8 @@ file = %{config_dir}/rights # Storage backend # Value: multifilesystem -type = radicale_storage_by_index -radicale_storage_by_index_fields = dtstart, dtend, uid, summary +# type = radicale_storage_by_index +# radicale_storage_by_index_fields = dtstart, dtend, uid, summary # Folder for storing local collections, created if not present filesystem_folder = %{home_dir}/collections diff --git a/modoboa_installer/scripts/radicale.py b/modoboa_installer/scripts/radicale.py index e2b9977..c49f898 100644 --- a/modoboa_installer/scripts/radicale.py +++ b/modoboa_installer/scripts/radicale.py @@ -33,10 +33,10 @@ class Radicale(base.Installer): self.venv_path, sudo_user=self.user, python_version=3) packages = ["Radicale<3", "radicale-dovecot-auth", "pytz"] python.install_packages(packages, self.venv_path, sudo_user=self.user) - python.install_package_from_repository( - "radicale-storage-by-index", - "https://github.com/tonioo/RadicaleStorageByIndex", - venv=self.venv_path, sudo_user=self.user) + # python.install_package_from_repository( + # "radicale-storage-by-index", + # "https://github.com/tonioo/RadicaleStorageByIndex", + # venv=self.venv_path, sudo_user=self.user) def get_template_context(self): """Additional variables."""