✅ test mysqlPort in photoprism
This commit is contained in:
parent
bc7375024d
commit
05fbad21e1
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue