From ea435d1ddf3ea5206538a22dc658c829b83073c5 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sat, 14 Feb 2026 18:56:49 -0500 Subject: [PATCH] nextExplorer: disable terminal by default --- install/nextexplorer-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/nextexplorer-install.sh b/install/nextexplorer-install.sh index 2ba58e932..34770db9a 100644 --- a/install/nextexplorer-install.sh +++ b/install/nextexplorer-install.sh @@ -63,6 +63,8 @@ PUBLIC_URL=${LOCAL_IP}:3000 # TRUST_PROXY= # CORS_ORIGINS= +TERMINAL_ENABLED=false + LOG_LEVEL=info DEBUG=false ENABLE_HTTP_LOGGING=false