Enable forgejo auto registration

This commit is contained in:
Henry Hiles 2025-07-30 12:24:45 -04:00
commit 2232b9136b
No known key found for this signature in database
2 changed files with 24 additions and 23 deletions

View file

@ -16,6 +16,7 @@
ENABLE_INTERNAL_SIGNIN = false;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
};
oauth2_client.ENABLE_AUTO_REGISTRATION = true;
repository.GO_GET_CLONE_URL_PROTOCOL = "ssh";
actions.DEFAULT_ACTIONS_URL = "github";