legend
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user