From 22e8c5bce7ed3c12e285bb92e3dd590e6091ff24 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:23:49 +0100 Subject: [PATCH] plant-it: re-add JWT_SECRET (#11098) Add JWT_SECRET generation and create server.env file. Removed in this PR: https://github.com/community-scripts/ProxmoxVE/pull/10259 --- install/plant-it-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/plant-it-install.sh b/install/plant-it-install.sh index 90ddf636b..df18e2579 100644 --- a/install/plant-it-install.sh +++ b/install/plant-it-install.sh @@ -26,6 +26,7 @@ USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "plant-it" "MDeLuise/pl fetch_and_deploy_gh_release "plant-it-front" "MDeLuise/plant-it" "prebuild" "0.10.0" "/opt/plant-it/frontend" "client.tar.gz" msg_info "Configured Plant-it" +JWT_SECRET=$(openssl rand -base64 24 | tr -d '/+=') mkdir -p /opt/plant-it-data cat </opt/plant-it/backend/server.env MYSQL_HOST=localhost