From f6da6236766a216fd4dc33c669bbfbb45f7e444a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Oct 2025 12:08:36 -0400 Subject: [PATCH] jotty: Add more ENV VARS - commented out (#8688) --- install/jotty-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/jotty-install.sh b/install/jotty-install.sh index 7f46ae4f16..0492b14b60 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -25,7 +25,15 @@ mkdir -p data/{users,checklists,notes} cat </opt/jotty/.env NODE_ENV=production + +# --- Uncomment to enable # HTTPS=true +# SERVE_PUBLIC_IMAGES=yes +# SERVE_PUBLIC_FILES=yes +# SERVE_PUBLIC_VIDEOS=yes +# STOP_CHECK_UPDATES=yes +# --- For troubleshooting +# DEBUGGER=true # --- SSO with OIDC (optional) # SSO_MODE=oidc