Require a LibreCaptcha challenge for the signup action #157

Merged
bustikiller merged 4 commits from libre-captcha into main 2024-12-01 19:03:56 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 71046b9a1c - Show all commits

View File

@ -41,7 +41,7 @@ services:
volumes:
- "./tmp/libre-captcha-data:/lc-core/data"
ports:
- "8888:8888"
- 8888
nginx:
image: nginx:latest
ports:

View File

@ -12,8 +12,8 @@ server {
proxy_set_header Host $http_host;
}
location /captcha/ {
proxy_pass http://libre-captcha:8888/;
location /captcha/v2/media/ {
proxy_pass http://libre-captcha:8888/v2/media/;
proxy_set_header Host $http_host;
}