From 05fbad21e18327658c1604195aa85edf8be507e7 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 13 Oct 2024 01:24:32 +0900 Subject: [PATCH] :white_check_mark: test mysqlPort in photoprism --- machines/orbi/service-photoprism.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/orbi/service-photoprism.nix b/machines/orbi/service-photoprism.nix index 8765090..2f00d5e 100644 --- a/machines/orbi/service-photoprism.nix +++ b/machines/orbi/service-photoprism.nix @@ -16,7 +16,10 @@ in networking.firewall.interfaces.wg0.allowedTCPPorts = [ photoprismPort ]; # networking.firewall.interfaces.wg0.allowedUDPPorts = [ photoprismPort ]; - healthchecks.closed.public.ports.photoprism = [ photoprismPort ]; + healthchecks.closed.public.ports.photoprism = [ + photoprismPort + mysqlPort + ]; healthchecks.http.photoprism = { url = "http://10.100.0.1:2342/library/login"; expectedContent = "AI-Powered Photos App";