diff --git a/hosts/idols-aquamarine/gitea.nix b/hosts/idols-aquamarine/gitea.nix index 12ed7617..bf35e9c0 100644 --- a/hosts/idols-aquamarine/gitea.nix +++ b/hosts/idols-aquamarine/gitea.nix @@ -23,6 +23,7 @@ HTTP_PORT = 3301; HTTP_ADDR = "127.0.0.1"; DOMAIN = "git.writefor.fun"; + ROOT_URL = "https://git.writefor.fun/"; }; # one of "Trace", "Debug", "Info", "Warn", "Error", "Critical" log.LEVEL = "Info";