✅ add healthcheck for syncthing-gui port
This commit is contained in:
parent
6d7056c9fb
commit
09d89ad596
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue