general fixes

This commit is contained in:
gulimabr
2026-01-18 22:06:02 -03:00
parent 9f8315120b
commit 3be3c22be9
12 changed files with 87 additions and 178 deletions

View File

@@ -41,6 +41,14 @@ COOKIE_DOMAIN=
# Cookie max age in seconds (default: 3600 = 1 hour)
COOKIE_MAX_AGE=3600
# -------------------------------------------
# Reverse Proxy / TLS Termination
# -------------------------------------------
# Enable to trust X-Forwarded-* headers (set true behind ingress/nginx)
PROXY_HEADERS=false
# Comma-separated trusted proxy hosts/IPs (use "*" to trust all)
TRUSTED_PROXY_HOSTS=127.0.0.1,::1
# -------------------------------------------
# Database Configuration (PostgreSQL)
# -------------------------------------------