From 07c17e32cf5e3a3de76af83caf44d9f2cb72651d Mon Sep 17 00:00:00 2001 From: BTCforPlebs Date: Sat, 27 Sep 2025 11:11:51 -0400 Subject: [PATCH] legend --- checklinks.js | 1 + package.json | 4 ++-- public/index.html | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/checklinks.js b/checklinks.js index 22a2686..263b56e 100644 --- a/checklinks.js +++ b/checklinks.js @@ -14,6 +14,7 @@ const links = [ "https://nosotros.btcforplebs.com", "https://mint.btcforplebs.com", "https://cashu.btcforplebs.com", + "https://live.btcforplebs.com", ]; // Optional: Only allow internal requests if you're not exposing this publicly diff --git a/package.json b/package.json index 2c1735a..152ac78 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "server.js", "scripts": { "start": "node server.js", - "server": "node checklinks.js", - "both": "concurrently \"npm start\" \"npm run server\"", + "checklinks": "node checklinks.js", + "both": "concurrently 'npm start' 'npm run checklinks'", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { diff --git a/public/index.html b/public/index.html index ddb0391..383c52e 100644 --- a/public/index.html +++ b/public/index.html @@ -88,8 +88,11 @@ - BTCforPlebs Live + BTCforPlebs Live

+ + 🟢 = online | 🔴 = offline | ⚪️ = external site +