feat(gitea): enable push create user in repository config
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -47,6 +47,9 @@
|
|||||||
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false;
|
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false;
|
||||||
ENABLE_PASSWORD_SIGNIN_FORM = false;
|
ENABLE_PASSWORD_SIGNIN_FORM = false;
|
||||||
};
|
};
|
||||||
|
repository = {
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
|
|||||||
Reference in New Issue
Block a user