mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 20:44:43 +00:00
feat(investbrain): add commented reverse proxy config hints to .env (#14418)
This commit is contained in:
@@ -90,6 +90,11 @@ MAIL_PORT=2525
|
|||||||
MAIL_FROM_ADDRESS="investbrain@${LOCAL_IP}"
|
MAIL_FROM_ADDRESS="investbrain@${LOCAL_IP}"
|
||||||
|
|
||||||
VITE_APP_NAME=Investbrain
|
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
|
EOF
|
||||||
export COMPOSER_ALLOW_SUPERUSER=1
|
export COMPOSER_ALLOW_SUPERUSER=1
|
||||||
$STD /usr/local/bin/composer install --no-interaction --no-dev --optimize-autoloader
|
$STD /usr/local/bin/composer install --no-interaction --no-dev --optimize-autoloader
|
||||||
|
|||||||
Reference in New Issue
Block a user