Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ ABOUT_LINKEDIN=
ABOUT_MASTODON=
ABOUT_WEBSITE=

# Contact section copy on /about. Defaults shown; override to change the wording
# without overriding the template.
ABOUT_REACH_HEADING=Reach out
ABOUT_EMAIL_HEADING=Email
ABOUT_EMAIL_INTRO=Or drop a line directly.

# =============================================================================
# CACHE CONFIGURATION
# =============================================================================
Expand Down Expand Up @@ -142,6 +148,10 @@ RATE_LIMIT_GENERAL_WINDOW=900s
RATE_LIMIT_CONTACT_REQUESTS=5
RATE_LIMIT_CONTACT_WINDOW=3600s

# Banner/image upload rate limiting (authenticated compose only)
RATE_LIMIT_UPLOAD_REQUESTS=20
RATE_LIMIT_UPLOAD_WINDOW=300s

# Login rate limiting (brute-force protection; default 5 attempts per 15 min)
# Configurable so an operator who fat-fingers their own password isn't hard-locked.
RATE_LIMIT_LOGIN_REQUESTS=5
Expand Down