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
+