From d0c31baaad9c5c647ee7eb933fbe2756bf1821d3 Mon Sep 17 00:00:00 2001 From: FutureCow Date: Sat, 31 Jan 2026 15:33:30 +0100 Subject: [PATCH] Update Papra installation script configuration Update typo in the INGESTION_FOLDER_ROOT_PATH env. Also add SERVER_BASE_URL for easier deplyment. --- install/papra-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/papra-install.sh b/install/papra-install.sh index 1f1be0a74..530dbc408 100644 --- a/install/papra-install.sh +++ b/install/papra-install.sh @@ -48,8 +48,10 @@ AUTH_SECRET=$(cat /opt/papra_data/.secret) BETTER_AUTH_SECRET=$(cat /opt/papra_data/.secret) BETTER_AUTH_TELEMETRY=0 CLIENT_BASE_URL=http://${LOCAL_IP}:1221 +SERVER_BASE_URL=http://${LOCAL_IP}:1221 EMAILS_DRY_RUN=true -INGESTION_FOLDER_ROOT=/opt/papra_data/ingestion +INGESTION_FOLDER_IS_ENABLED=true +INGESTION_FOLDER_ROOT_PATH=/opt/papra_data/ingestion EOF msg_ok "Configured Papra"