From e18b840d20475e6b4224091c8939ef81703e0551 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 24 Jan 2024 20:17:59 +0100 Subject: [PATCH] Enable offline mode for Forgejo to disable use of CDN and Gravatar --- config/hosts/git/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index d571fb6..103881c 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -28,6 +28,7 @@ ROOT_URL = "https://git.hamburg.ccc.de/"; # LOCAL_ROOT_URL is apparently what Forgejo uses to access itself. # Doesn't need to be set. + OFFLINE_MODE = true; }; admin = { DISABLE_REGULAR_ORG_CREATION = false;