straylight: add tracker web service

This commit is contained in:
2026-09-18 21:20:17 -07:00
parent fdf50e0606
commit 77212bbdb7
4 changed files with 76 additions and 0 deletions
+3
View File
@@ -350,6 +350,9 @@ in
};
};
# Project tracker (hackerman edition), tailnet-only.
services.tracker.enable = true;
# Open ports: DNS (53), mc-proxy (443/8443/9443), agent (9444), master (9555), open-webui (8080).
networking.firewall.allowedTCPPorts = [ 53 443 8080 8443 9443 9444 9555 ];
networking.firewall.allowedUDPPorts = [ 53 ];