Disabled radicale-storage-by-index plugin.

This commit is contained in:
Antoine Nguyen
2020-06-09 11:08:39 +02:00
parent be68afba5c
commit 68ec298fc9
2 changed files with 6 additions and 6 deletions

View File

@@ -102,8 +102,8 @@ file = %{config_dir}/rights
# Storage backend # Storage backend
# Value: multifilesystem # Value: multifilesystem
type = radicale_storage_by_index # type = radicale_storage_by_index
radicale_storage_by_index_fields = dtstart, dtend, uid, summary # radicale_storage_by_index_fields = dtstart, dtend, uid, summary
# Folder for storing local collections, created if not present # Folder for storing local collections, created if not present
filesystem_folder = %{home_dir}/collections filesystem_folder = %{home_dir}/collections

View File

@@ -33,10 +33,10 @@ class Radicale(base.Installer):
self.venv_path, sudo_user=self.user, python_version=3) self.venv_path, sudo_user=self.user, python_version=3)
packages = ["Radicale<3", "radicale-dovecot-auth", "pytz"] packages = ["Radicale<3", "radicale-dovecot-auth", "pytz"]
python.install_packages(packages, self.venv_path, sudo_user=self.user) python.install_packages(packages, self.venv_path, sudo_user=self.user)
python.install_package_from_repository( # python.install_package_from_repository(
"radicale-storage-by-index", # "radicale-storage-by-index",
"https://github.com/tonioo/RadicaleStorageByIndex", # "https://github.com/tonioo/RadicaleStorageByIndex",
venv=self.venv_path, sudo_user=self.user) # venv=self.venv_path, sudo_user=self.user)
def get_template_context(self): def get_template_context(self):
"""Additional variables.""" """Additional variables."""