From 0bc69789d9b95f2a444e653fcd30d6eb218b8da6 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Get rid of all the spam accounts they are trying to register. Reviewed-by: Aleix Boné Reviewed-by: Aleix Roca Nonell --- 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; };