From 4523f1f07d9e6395feef9de4dc6a7e20274d59d9 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 7f46ae4f1..0492b14b6 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