forgejo: disable singup; document root password

This commit is contained in:
William 2025-11-09 10:34:57 -03:00
parent 1921aad1bd
commit 14c4440dd1
3 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@ in
log.LEVEL = "Warn"; log.LEVEL = "Warn";
mailer.ENABLED = false; mailer.ENABLED = false;
actions.ENABLED = false; actions.ENABLED = false;
service.DISABLE_REGISTRATION = true;
}; };
}; };

Binary file not shown.

View file

@ -27,4 +27,9 @@ in
rotterdam-user rotterdam-user
alexandria alexandria
]; ];
"forgejo-root-password.age".publicKeys = [
io-user
rotterdam-user
trantor
];
} }