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";