feat(uptime-kuma): status.forkos.org should point at the ForkOS page

This commit is contained in:
Luke Granger-Brown 2024-10-06 21:50:39 +01:00 committed by raito
parent fbf26302b6
commit 2001012325
2 changed files with 7 additions and 4 deletions

View file

@ -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"
},

View file

@ -83,6 +83,9 @@ in
];
};
};
settings = {
entryPage = "statusPage-forkos";
};
};
extraFlags = [ "-s" ];
host = "http://localhost:${builtins.toString port}/";