firewall issues on gitea

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-10-21 00:08:16 -04:00
parent f5479342a8
commit dde3eab15b
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -20,15 +20,17 @@ in
port = 5433;
};
settings.server = {
domain = "git.alicehuston.xyz";
rootUrl = "https://git.alicehuston.xyz/";
httpPort = 443;
DOMAIN = "git.alicehuston.xyz";
ROOT_URL = "https://git.alicehuston.xyz/";
HTTP_PORT = 6443;
};
stateDir = base_path;
lfs.enable = true;
recommendedDefaults = true;
};
networking.firewall.allowedTCPPorts = [ 6443 ];
sops.secrets = {
"gitea/dbpass".owner = "gitea";
};