Initial release

This commit is contained in:
Frans Veldman 2026-06-12 08:19:31 +00:00
commit 75f529b346
5 changed files with 535 additions and 1 deletions

7
captcha.conf Normal file
View file

@ -0,0 +1,7 @@
# /etc/nginx/snippets/captcha.conf
# Include this inside every `server { ... }` you want to protect.
location = /__ts/verify {
content_by_lua_block { require("captcha").verify() }
}