From 72b8079e8a1fdc5b2d036b096c2613e08f7f98c6 Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Wed, 19 Mar 2025 08:36:36 +0100 Subject: [PATCH] Added saucekudasai to the statusPage --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.js b/config.js index 17f9669..6d64d76 100644 --- a/config.js +++ b/config.js @@ -136,6 +136,19 @@ export default { customCheck : async (content, response)=>{return true;}, // optional, Function | AsyncFunction -> Run your own custom checks return false in case of errors validStatus : [200], // optional, Which http status should be considered non errors [defaults to 200-299] }, + { + id : 'saucekudasai', // optional + name : 'SauceKudasai', // optional + link : 'https://saucekudasai.marcus7i.net', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false + url : 'https://saucekudasai.marcus7i.net', // required + request : { // optional, fetch options + method: 'GET', + }, + mustFind : '', // optional, String | Array | Regex | Function | AsyncFunction + mustNotFind : ["Page not found", "cloudflare"], // optional, String | Array | Regex | Function | AsyncFunction + customCheck : async (content, response)=>{return true;}, // optional, Function | AsyncFunction -> Run your own custom checks return false in case of errors + validStatus : [200], // optional, Which http status should be considered non errors [defaults to 200-299] + }, { id : 'xmrnd-onion', // optional name : 'Monero Node (Onion)', // optional