From b9395fbe0cd55a5f6503f221e0bb1c98954be10c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 18 Sep 2024 05:14:12 +0200 Subject: fix(system/services/invidious-router): Set health check path to a video URL The main page does sometimes load, but videos are still not playable. This new path really checks, whether the instance works. --- system/services/invidious-router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/invidious-router/default.nix b/system/services/invidious-router/default.nix index 1cb61df..c4d855c 100644 --- a/system/services/invidious-router/default.nix +++ b/system/services/invidious-router/default.nix @@ -18,7 +18,7 @@ ]; }; healthcheck = { - path = "/"; + path = "/watch?v=uSvJaYxRoB4"; allowed_status_codes = [ 200 ]; -- cgit 1.4.1