From 32c78d10a8e941fdeef4618739d65acc14b825cd Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 25 Feb 2025 13:42:32 +0000 Subject: [PATCH] fix admin panel errors --- homelab/forgejo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homelab/forgejo/default.nix b/homelab/forgejo/default.nix index 4669bfc..a27d434 100644 --- a/homelab/forgejo/default.nix +++ b/homelab/forgejo/default.nix @@ -11,9 +11,9 @@ in lfs.enable = true; settings = { server = { - #DOMAIN = "git.example.com"; + DOMAIN = "git.ahoneybun.net"; # You need to specify this to remove the port from URLs in the web UI. - #ROOT_URL = "https://${srv.DOMAIN}/"; + ROOT_URL = "https://${srv.DOMAIN}/"; HTTP_PORT = 3001; }; # You can temporarily allow registration to create an admin user.