umbrella.haus/index.html

39 lines
2.3 KiB
HTML
Raw Normal View History

2025-01-08 14:16:11 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Experimental privacy-centric project that aims to provide a random selection of open-source services free of charge">
<link rel="stylesheet" href="/simple.min.css">
2025-01-08 14:16:11 +02:00
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Umbrella" />
<link rel="manifest" href="/assets/webmanifest.json" />
<title>Umbrella</title>
</head>
<body>
<main>
<h4>About</h4>
<p><code>Umbrella.haus</code> is an experimental, privacy-centric project that aims to provide a curated selection of open-source services free of charge. All services are hosted on a dedicated server located in Hetzner's Helsinki data center (<code>hel1</code>).</p>
<p>Feel free to send inquiries to <code>ben (at) uq.ci</code> (<a href="https://golfed.xyz/pgp.txt">PGP</a>) or <code>xmr.02</code> on Signal.</p>
<h4>Services</h4>
<p><a href="https://git.umbrella.haus">Gitea</a>: Forge software package for hosting software version control using Git.</p>
<p><a href="https://4.umbrella.haus">4get</a>: Proxy search engine that doesn't suck. Features a JavaScript-free interface and supports searching for websites, images, videos, news, and music.</p>
<p><a href="https://ip.umbrella.haus">EchoIP</a>: Simple IP address lookup service with support for ASN, country, and city lookups powered by the MaxMind GeoIP database.</p>
<p><a href="https://speed.umbrella.haus">LibreSpeed</a>: Extremely lightweight speedtest implemented in JavaScript (telemetry disabled). Utilizes XMLHttpRequest and Web Workers.</p>
<h4>Tor Relays</h4>
<ul>
<li><a href="https://metrics.torproject.org/rs.html#details/5D4E32974EF2A3C1DF6945CCA22F6E3DD4195F49">Caspian</a> <code>(5D4E32974EF2A3C1DF6945CCA22F6E3DD4195F49)</code></li>
</ul>
</main>
<footer>
<i><a href="https://umbrella.haus" target="_blank">umbrella.haus</a> // Last update: Jan. 8th 2025</i>
</footer>
</body>
</html>