This commit is contained in:
2025-09-27 11:11:51 -04:00
parent 80bc164bc0
commit 07c17e32cf
3 changed files with 7 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ const links = [
"https://nosotros.btcforplebs.com", "https://nosotros.btcforplebs.com",
"https://mint.btcforplebs.com", "https://mint.btcforplebs.com",
"https://cashu.btcforplebs.com", "https://cashu.btcforplebs.com",
"https://live.btcforplebs.com",
]; ];
// Optional: Only allow internal requests if you're not exposing this publicly // Optional: Only allow internal requests if you're not exposing this publicly

View File

@@ -5,8 +5,8 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"server": "node checklinks.js", "checklinks": "node checklinks.js",
"both": "concurrently \"npm start\" \"npm run server\"", "both": "concurrently 'npm start' 'npm run checklinks'",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {

View File

@@ -88,8 +88,11 @@
</a> </a>
</div> </div>
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live<span class="status-emoji"></span></a> <a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live <span class="status-emoji" data-url="https://live.btcforplebs.com"></span></a>
<br></br> <br></br>
<small>🟢 = online | 🔴 = offline | ⚪️ = external site </small>
<br></br>
</div> </div>
<script> <script>