From 80e356469b112ec48ac53c29d2ceb4e98ec8d5eb Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Mon, 3 Jun 2024 19:16:48 +0200 Subject: [PATCH] artemis/forgejo: disable offline mode Offline mode also disables Gravatar avatars. It looks like this got changed with 7.0 --- hosts/artemis/applications/forgejo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/artemis/applications/forgejo/default.nix b/hosts/artemis/applications/forgejo/default.nix index 59382254..49653fde 100644 --- a/hosts/artemis/applications/forgejo/default.nix +++ b/hosts/artemis/applications/forgejo/default.nix @@ -20,6 +20,7 @@ DOMAIN = "git.marie.cologne"; ROOT_URL = "https://git.marie.cologne"; STATIC_URL_PREFIX = "/_/static"; + OFFLINE_MODE = false; }; other = { SHOW_FOOTER_VERSION = true;