From 6cb0e3106d0fed1c8c7064e0fb517f14dde920e9 Mon Sep 17 00:00:00 2001 From: imterah Date: Thu, 8 May 2025 15:52:00 -0400 Subject: [PATCH] chore: Enable captchas again on Forgejo --- README.md | 8 +++++--- hosts/andromeda/stacks/forgejo/docker-compose.nix | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d5789c..1b20119 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ This is a work-in-progress and currently is not production ready. Please check b - [x] Install Passbolt - [x] Install Pterodactyl Panel - [x] Install Immich - - [ ] Restore Forgejo - - [ ] Restore Passbolt + - [ ] Install Synapse + - [x] Restore Forgejo + - [ ] Restore Synapse + - [x] Restore Passbolt - [ ] Restore Pterodactyl Panel - - [ ] Restore Immich (difficult!) + - [ ] Restore Immich (difficult!) (halfway done. DB needs restoration but images copied) - [ ] Get myself a treat :3 ## Manifesto diff --git a/hosts/andromeda/stacks/forgejo/docker-compose.nix b/hosts/andromeda/stacks/forgejo/docker-compose.nix index a761228..2e16562 100644 --- a/hosts/andromeda/stacks/forgejo/docker-compose.nix +++ b/hosts/andromeda/stacks/forgejo/docker-compose.nix @@ -91,7 +91,7 @@ "FORGEJO__service__REQUIRE_CAPTCHA_FOR_LOGIN" = "true"; "FORGEJO__service__MCAPTCHA_URL" = "https://mcaptcha.terah.dev"; "FORGEJO__service__CAPTCHA_TYPE" = "mcaptcha"; - "FORGEJO__service__ENABLE_CAPTCHA" = "false"; + "FORGEJO__service__ENABLE_CAPTCHA" = "true"; "FORGEJO__service__REGISTER_MANUAL_CONFIRM" = "true"; "FORGEJO__service__REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA" = "true"; "USER_GID" = "1000";