From 0535d83bbb622bfb49a94072f17ed750de27ed58 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 16 Jun 2025 15:55:53 +0200 Subject: [PATCH] Disable registration in Gitea Get rid of all the spam accounts they are trying to register. --- m/tent/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/tent/gitea.nix b/m/tent/gitea.nix index 031fd718..546ac5f3 100644 --- a/m/tent/gitea.nix +++ b/m/tent/gitea.nix @@ -12,6 +12,7 @@ }; metrics.ENABLED = true; service = { + DISABLE_REGISTRATION = true; REGISTER_MANUAL_CONFIRM = true; ENABLE_NOTIFY_MAIL = true; };