From 200101232510ade2cb51a706717a1d80ca42e57d Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 6 Oct 2024 21:50:39 +0100 Subject: [PATCH] feat(uptime-kuma): status.forkos.org should point at the ForkOS page --- flake.lock | 8 ++++---- services/uptime-kuma/default.nix | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 62c796b..f8e5570 100644 --- a/flake.lock +++ b/flake.lock @@ -767,11 +767,11 @@ "stateless-uptime-kuma": { "flake": false, "locked": { - "lastModified": 1727622797, - "narHash": "sha256-JRvy5zsPsk1ChmEB1UHKOlnzAKCPdtBLCcx+LXh3e4c=", + "lastModified": 1728243069, + "narHash": "sha256-l9fgwesnmFxasCaYUCD7L9bGGJXytLuwtx3CZMgpwJg=", "ref": "refs/heads/master", - "rev": "390363e6a977d71a96c53d7f8b252038dfee2e2e", - "revCount": 23, + "rev": "880f444ff7862d6127b051cf1a993ad1585b1652", + "revCount": 25, "type": "git", "url": "https://git.dgnum.eu/DGNum/stateless-uptime-kuma.git" }, diff --git a/services/uptime-kuma/default.nix b/services/uptime-kuma/default.nix index afdd8b4..79a7735 100644 --- a/services/uptime-kuma/default.nix +++ b/services/uptime-kuma/default.nix @@ -83,6 +83,9 @@ in ]; }; }; + settings = { + entryPage = "statusPage-forkos"; + }; }; extraFlags = [ "-s" ]; host = "http://localhost:${builtins.toString port}/";