From 6b1b9cabb270ed30ee4c2c8afc0890549fc3c364 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 11 May 2026 21:31:01 +0200 Subject: [PATCH] feat(investbrain): add commented reverse proxy config hints to .env (#14418) --- install/investbrain-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/investbrain-install.sh b/install/investbrain-install.sh index e626ccb5d..9163166e8 100644 --- a/install/investbrain-install.sh +++ b/install/investbrain-install.sh @@ -90,6 +90,11 @@ MAIL_PORT=2525 MAIL_FROM_ADDRESS="investbrain@${LOCAL_IP}" VITE_APP_NAME=Investbrain + +# Reverse Proxy Support (uncomment and set APP_URL/ASSET_URL to your domain when using a reverse proxy) +# APP_URL=https://your-domain.com +# ASSET_URL=https://your-domain.com +# TRUSTED_PROXIES=* EOF export COMPOSER_ALLOW_SUPERUSER=1 $STD /usr/local/bin/composer install --no-interaction --no-dev --optimize-autoloader