feature: Adds Captcha authentication to Forgejo

This commit is contained in:
Tera << 8 2025-05-07 20:46:38 -04:00
parent 26faa49a8f
commit bde18cd5b7
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 8 additions and 4 deletions

View file

@ -101,9 +101,6 @@
"MCAPTCHA_source_code" = "https://github.com/mCaptcha/mCaptcha";
"PORT" = "7000";
};
ports = [
"7000:7000/tcp"
];
dependsOn = [
"mcaptcha-cache"
"mcaptcha-db"