syncthing-relays-landing/index.html

60 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/water.min.css">
<link rel="stylesheet" href="/custom.css">
<title>Syncthing Relays - Decicus</title>
</head>
<body>
<h1>Syncthing Relays</h1>
<p>A few <a href="https://relays.syncthing.net/" rel="noopener noreferrer">Syncthing Relays</a>, provided by <a href="https://thomassen.sh/">Alex Thomassen</a></p>
<h2>Currently hosted relays</h2>
<table>
<thead>
<tr>
<th>Hostname</th>
<th>IP address</th>
<th>Uptime / Data relayed</th>
<th>Location</th>
<th>Provider</th>
</tr>
</thead>
<tbody>
<tr id="colorful-shadow">
<td><code>colorful-shadow.srvr.no</code></td>
<td><code>194.32.107.224</code></td>
<td class="stats">...</td>
<td>🇳🇴 Sandefjord, Norway</td>
<td><a href="https://terrahost.com/" rel="noopener noreferrer">TerraHost</a></td>
</tr>
<tr id="hidden-ocean">
<td><code>hidden-ocean.srvr.no</code></td>
<td><code>89.105.197.88</code></td>
<td class="stats">...</td>
<td>🇳🇱 Amsterdam, Netherlands</td>
<td><a href="https://www.hybula.com/" rel="noopener noreferrer">Hybula</a></td>
</tr>
<tr id="moonlit-surf">
<td><code>moonlit-surf.srvr.no</code></td>
<td><code>91.190.155.20</code></td>
<td class="stats">...</td>
<td>🇳🇴 Oslo, Norway</td>
<td><a href="https://hosthatch.com/" rel="noopener noreferrer">Hosthatch</a> &mdash; 💵 <a href="https://cloud.hosthatch.com/a/234" rel="noopener noreferrer" target="_blank">Affiliate link</a></td>
</tr>
<tr id="gorgeous-sunset">
<td><code>gorgeous-sunset.srvr.no</code></td>
<td><code>188.93.140.100</code></td>
<td class="stats">...</td>
<td>🇸🇪 Stockholm, Sweden</td>
<td><a href="https://hosthatch.com/" rel="noopener noreferrer">Hosthatch</a> &mdash; 💵 <a href="https://cloud.hosthatch.com/a/234" rel="noopener noreferrer" target="_blank">Affiliate link</a></td>
</tr>
</tbody>
</table>
<p>Uptime &amp; data relayed is fetched from the <a href="https://relays.syncthing.net/endpoint" rel="noopener noreferrer">relays.syncthing.net/endpoint</a> API endpoint</p>
<script src="/relays.js"></script>
</body>
</html>