add healthcheck for syncthing-gui port

This commit is contained in:
Ingolf Wagner 2024-10-03 15:31:46 +09:00
parent 6d7056c9fb
commit 09d89ad596
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -10,6 +10,7 @@
url = config.services.syncthing.guiAddress; url = config.services.syncthing.guiAddress;
expectedContent = "syncthing"; expectedContent = "syncthing";
}; };
healthchecks.closed.public.ports.syncthing-gui = [ 8384 ];
#networking.firewall.allowedTCPPorts = [ 22000 ]; #networking.firewall.allowedTCPPorts = [ 22000 ];
#networking.firewall.allowedUDPPorts = [ 22000 ]; #networking.firewall.allowedUDPPorts = [ 22000 ];