fix: expose buildbot

This commit is contained in:
Greg Hellings
2026-04-03 23:49:12 -05:00
parent 3eb44f2958
commit 276b939252
+2 -8
View File
@@ -86,13 +86,6 @@ in
priority = 254;
};
nebula.enable = true;
proxies = {
# Expose Buildbot over HTTP on the LAN so Klaatu (and other internal
# tools) can reach it without Tailscale. Buildbot's own Gitea OAuth
# handles authentication.
"buildbot.home".target = "http://localhost:8010/";
"buildbot.thehellings.lan".target = "http://localhost:8010/";
};
tailscale = {
enable = true;
tags = [ "home" ];
@@ -123,6 +116,7 @@ in
interface = "br0";
};
firewall.allowedTCPPorts = [
8010
3389
9989 # buildbot communications port
];
@@ -151,7 +145,7 @@ in
updateOutputs = false;
};
};
domain = "${config.networking.hostName}.shire-zebra.ts.net:8010";
domain = "${config.networking.hostName}.shire-zebra.ts.net";
evalMaxMemorySize = 8192;
evalWorkerCount = 4;
gitea = {