google recaptcha v2 support

This commit is contained in:
Thomas Lynch
2022-09-12 23:37:21 +10:00
parent c9e007639e
commit 0d991770cf
4 changed files with 51 additions and 25 deletions

View File

@@ -28,6 +28,8 @@ Add some env vars to docker-compose file:
- HCAPTCHA_SITEKEY - your hcaptcha site key
- HCAPTCHA_SECRET - your hcaptcha secret key
- RECAPTCHA_SITEKEY - your recaptcha site key
- RECAPTCHA_SECRET - your recaptcha secret key
- CAPTCHA_COOKIE_SECRET - random string, a salt for captcha cookies
- POW_COOKIE_SECRET - different random string, a salt for pow cookies
- RAY_ID - string to identify the HAProxy node by