Try to fix Gitlab problems on Isaiah

This commit is contained in:
Greg Hellings
2025-02-28 09:27:03 -06:00
parent 203189af78
commit 3103c1da6e
2 changed files with 32 additions and 181 deletions
+4 -1
View File
@@ -84,7 +84,10 @@ in
port = 443;
extraConfig = {
gitlab = {
trustedProxies = [ "100.109.86.8/32" ];
trustedProxies = [
"100.78.226.76/32" # The container itself
"100.115.57.8/32" # Public server's IP
];
};
};
initialRootEmail = "greg@thehellings.com";