From 096a04e00cd4f6967722fd5daf83878622f813d4 Mon Sep 17 00:00:00 2001 From: Fugi Date: Wed, 4 Sep 2024 16:52:42 +0200 Subject: [PATCH] forgejo: disable federation again for now we have to update to Forgejo 8.x and test if it does leak all existing user accounts, and if it's possible to prevent that. --- modules/forgejo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/forgejo/default.nix b/modules/forgejo/default.nix index 2a69af5..0a29e6a 100644 --- a/modules/forgejo/default.nix +++ b/modules/forgejo/default.nix @@ -70,7 +70,7 @@ in PROVIDER = "db"; }; actions.ENABLED = true; - federation.ENABLED = true; + # federation.ENABLED = true; webhook.ALLOWED_HOST_LIST = "*.ifsr.de"; }; };