umbrella.haus/index.html
2025-01-30 14:52:30 +02:00

56 lines
3.1 KiB
HTML

<!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="style-min.css">
<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>
<div class="page">
<h1>Umbrella. <a href="/">home</a> <a href="/contact">contact</a></h1>
<p>Umbrella.haus is an experimental, privacy-centric project that aims to provide a curated selection of open-source services free of charge.</p>
<div class="section">
<h2>Services</h2>
<ul>
<li><a href="https://git.umbrella.haus">Gitea</a>: Forge software package for hosting software version control using Git.</li>
<li><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.</li>
<li><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.</li>
<li><a href="https://speed.umbrella.haus">LibreSpeed</a>: Extremely lightweight speedtest implemented in JavaScript (telemetry disabled). Utilizes XMLHttpRequest and Web Workers.</li>
</ul>
</div>
<div class="section">
<h2>Tor Relays</h2>
<ul>
<li><a href="https://metrics.torproject.org/rs.html#details/15CD2C302869242498AFEB2369C0E95882DFCB6A">Caspian</a> <code>15CD 2C30 2869 2424 98AF EB23 69C0 E958 82DF CB6A</code></li>
<li><a href="https://metrics.torproject.org/rs.html#details/625CC20FF07AF5853EE4A11F9F0ADB023A229A24">Sargasso</a> <code>625C C20F F07A F585 3EE4 A11F 9F0A DB02 3A22 9A24</code></li>
<li><a href="https://metrics.torproject.org/rs.html#details/DF6B339CF595EE2E23CAEDD61F2C51030236C5CE">Vostok</a> <code>DF6B 339C F595 EE2E 23CA EDD6 1F2C 5103 0236 C5CE</code></li>
</ul>
</div>
<div class="section">
<h2>Under Construction 🏗️</h2>
<ul>
<li>New services:</li>
<ul>
<li><a href="https://codeberg.org/aryak/mozhi">Mozhi</a>: Frontend for multiple translation engines</li>
<li><a href="https://github.com/PrivateBin/PrivateBin">PrivateBin</a>: Zero-knowledge pastebin</li>
</ul>
</ul>
</div>
</div>
</body>
</html>