OpenCloud: Add Tika option to config

- not as an option to install, just to use
This commit is contained in:
vhsdream 2025-06-17 13:08:33 -04:00
parent 583a9841e5
commit 85b9d06098

View File

@ -119,6 +119,12 @@ WEB_ASSET_APPS_PATH=${CONFIG_DIR}/assets/apps
# uncomment below if using PocketID # uncomment below if using PocketID
# WEB_OIDC_CLIENT_ID=<generated in PocketID> # WEB_OIDC_CLIENT_ID=<generated in PocketID>
# WEB_OIDC_METADATA_URL=<your auth URL>/.well-known/openid-configuration # WEB_OIDC_METADATA_URL=<your auth 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=<your-tika-url>
EOF EOF
cat <<EOF >/etc/systemd/system/opencloud.service cat <<EOF >/etc/systemd/system/opencloud.service