mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-20 20:45:15 +00:00
jotty: Add more ENV VARS - commented out (#8688)
This commit is contained in:
committed by
Michel Roegl-Brunner
parent
76a1e35c20
commit
4523f1f07d
@@ -25,7 +25,15 @@ mkdir -p data/{users,checklists,notes}
|
|||||||
|
|
||||||
cat <<EOF >/opt/jotty/.env
|
cat <<EOF >/opt/jotty/.env
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|
||||||
|
# --- Uncomment to enable
|
||||||
# HTTPS=true
|
# 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 with OIDC (optional)
|
||||||
# SSO_MODE=oidc
|
# SSO_MODE=oidc
|
||||||
|
|||||||
Reference in New Issue
Block a user