feat: add captcha configuration and verification support

This commit is contained in:
Nawaz Dhandala
2025-11-24 12:08:09 +00:00
parent 8df9a14b13
commit 8642a54fec
4 changed files with 30 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ ONEUPTIME_HTTP_PORT=80
# If you prefer to terminate TLS on an external reverse proxy, leave PROVISION_SSL=false and manage certificates yourself.
HTTP_PROTOCOL=http
# Captcha configuration
CAPTCHA_ENABLED=false
CAPTCHA_SITE_KEY=
CAPTCHA_SECRET_KEY=
# Secrets - PLEASE CHANGE THESE. Please change these to something random. All of these can be different values.
ONEUPTIME_SECRET=please-change-this-to-random-value
DATABASE_PASSWORD=please-change-this-to-random-value