From 85b9d06098081d36ea397bc92f9856eae281c22e Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 17 Jun 2025 13:08:33 -0400 Subject: [PATCH] OpenCloud: Add Tika option to config - not as an option to install, just to use --- install/opencloud-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 487e7357..4041412b 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -119,6 +119,12 @@ WEB_ASSET_APPS_PATH=${CONFIG_DIR}/assets/apps # uncomment below if using PocketID # WEB_OIDC_CLIENT_ID= # WEB_OIDC_METADATA_URL=/.well-known/openid-configuration + +# Full Text Search - Apache Tika +# Requires a separate install of Tika - see https://community-scripts.github.io/ProxmoxVE/scripts?id=apache-tika +# SEARCH_EXTRACTOR_TYPE=tika +# FRONTEND_FULL_TEXT_SEARCH_ENABLED=true +# SEARCH_EXTRACTOR_TIKA_TIKA_URL= EOF cat </etc/systemd/system/opencloud.service