From f85309c4487d2e18030f1f1590b5a25c4d25ce60 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 14 Nov 2023 12:26:31 -0700 Subject: [PATCH] [NixOS] Set the ROOT_URL to use the tls port --- nixos/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/gitea.nix b/nixos/gitea.nix index e9145ca2..765238b2 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -8,6 +8,7 @@ makeEnable config "modules.gitea" false { DOMAIN = "1896Folsom.duckdns.org"; SSH_PORT = 1123; HTTP_PORT = 3001; + ROOT_URL = "https://1896Folsom.duckdns.org:3000"; }; settings.actions = { ENABLED = true;