From 09d89ad59623e62f775ba14ad0e3d2075507558b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 3 Oct 2024 15:31:46 +0900 Subject: [PATCH] :white_check_mark: add healthcheck for syncthing-gui port --- machines/orbi/media-syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/orbi/media-syncthing.nix b/machines/orbi/media-syncthing.nix index becb7b2..a06b79a 100644 --- a/machines/orbi/media-syncthing.nix +++ b/machines/orbi/media-syncthing.nix @@ -10,6 +10,7 @@ url = config.services.syncthing.guiAddress; expectedContent = "syncthing"; }; + healthchecks.closed.public.ports.syncthing-gui = [ 8384 ]; #networking.firewall.allowedTCPPorts = [ 22000 ]; #networking.firewall.allowedUDPPorts = [ 22000 ];