From ed19d9a08568dcaa17ad01d5bd4aa9df93292d39 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Wed, 21 Aug 2024 18:48:06 -0300 Subject: [PATCH] forgejo: set landing page as 'explore' --- services/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/forgejo.nix b/services/forgejo.nix index 39b25c5..55ea1b0 100644 --- a/services/forgejo.nix +++ b/services/forgejo.nix @@ -7,6 +7,7 @@ settings = { server = { HTTP_PORT = 3788; + LANDING_PAGE = "explore"; ROOT_URL = "https://git.thewizard.link"; };