feat(uptime-kuma): status.forkos.org should point at the ForkOS page
This commit is contained in:
parent
fbf26302b6
commit
2001012325
|
@ -767,11 +767,11 @@
|
||||||
"stateless-uptime-kuma": {
|
"stateless-uptime-kuma": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727622797,
|
"lastModified": 1728243069,
|
||||||
"narHash": "sha256-JRvy5zsPsk1ChmEB1UHKOlnzAKCPdtBLCcx+LXh3e4c=",
|
"narHash": "sha256-l9fgwesnmFxasCaYUCD7L9bGGJXytLuwtx3CZMgpwJg=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "390363e6a977d71a96c53d7f8b252038dfee2e2e",
|
"rev": "880f444ff7862d6127b051cf1a993ad1585b1652",
|
||||||
"revCount": 23,
|
"revCount": 25,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dgnum.eu/DGNum/stateless-uptime-kuma.git"
|
"url": "https://git.dgnum.eu/DGNum/stateless-uptime-kuma.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -83,6 +83,9 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
settings = {
|
||||||
|
entryPage = "statusPage-forkos";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
extraFlags = [ "-s" ];
|
extraFlags = [ "-s" ];
|
||||||
host = "http://localhost:${builtins.toString port}/";
|
host = "http://localhost:${builtins.toString port}/";
|
||||||
|
|
Loading…
Reference in a new issue