chore: Enable captchas again on Forgejo
This commit is contained in:
parent
606b94516f
commit
6cb0e3106d
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue