chore: Enable captchas again on Forgejo

This commit is contained in:
Tera << 8 2025-05-08 15:52:00 -04:00
parent 606b94516f
commit 6cb0e3106d
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 6 additions and 4 deletions

View file

@ -23,10 +23,12 @@ This is a work-in-progress and currently is not production ready. Please check b
- [x] Install Passbolt - [x] Install Passbolt
- [x] Install Pterodactyl Panel - [x] Install Pterodactyl Panel
- [x] Install Immich - [x] Install Immich
- [ ] Restore Forgejo - [ ] Install Synapse
- [ ] Restore Passbolt - [x] Restore Forgejo
- [ ] Restore Synapse
- [x] Restore Passbolt
- [ ] Restore Pterodactyl Panel - [ ] Restore Pterodactyl Panel
- [ ] Restore Immich (difficult!) - [ ] Restore Immich (difficult!) (halfway done. DB needs restoration but images copied)
- [ ] Get myself a treat :3 - [ ] Get myself a treat :3
## Manifesto ## Manifesto

View file

@ -91,7 +91,7 @@
"FORGEJO__service__REQUIRE_CAPTCHA_FOR_LOGIN" = "true"; "FORGEJO__service__REQUIRE_CAPTCHA_FOR_LOGIN" = "true";
"FORGEJO__service__MCAPTCHA_URL" = "https://mcaptcha.terah.dev"; "FORGEJO__service__MCAPTCHA_URL" = "https://mcaptcha.terah.dev";
"FORGEJO__service__CAPTCHA_TYPE" = "mcaptcha"; "FORGEJO__service__CAPTCHA_TYPE" = "mcaptcha";
"FORGEJO__service__ENABLE_CAPTCHA" = "false"; "FORGEJO__service__ENABLE_CAPTCHA" = "true";
"FORGEJO__service__REGISTER_MANUAL_CONFIRM" = "true"; "FORGEJO__service__REGISTER_MANUAL_CONFIRM" = "true";
"FORGEJO__service__REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA" = "true"; "FORGEJO__service__REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA" = "true";
"USER_GID" = "1000"; "USER_GID" = "1000";