services/forgejo: enable git hooks
All checks were successful
/ check (pull_request) Successful in 1m55s

This commit is contained in:
Nikodem Rabuliński 2025-03-22 00:31:30 +01:00
parent 88a3875340
commit 9b58ee55bc
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8

View file

@ -18,6 +18,9 @@
DOMAIN = "git.rab.lol";
ROOT_URL = "https://git.rab.lol/";
};
security = {
DISABLE_GIT_HOOKS = false;
};
oauth2_client = {
REGISTER_EMAIL_CONFIRM = false;
ENABLE_AUTO_REGISTRATION = true;