You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
269 lines
12 KiB
HTML
269 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta name="generator" content="Hugo 0.111.2">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
|
|
|
|
<title>Welcome at habedieehre!</title>
|
|
</head>
|
|
<body><header>
|
|
<nav class="navbar" role="navigation">
|
|
<div class="navbar__left">
|
|
<strong><img src="/assets/meme_logo.png" height="20" width="30"/><a style="text-decoration: none;" href="/">Welcome at habedieehre!</a></strong>
|
|
</div>
|
|
<div class="navbar__right">
|
|
<a href="mailto:contact@shruub.eu.org">Contact</a> |
|
|
<a href="/en/rules/">Rules</a> |
|
|
<a href="https://up.shruub.eu.org/status/ehre" target="_blank">Status</a> |
|
|
<a href="/en/donate/">Donate</a> |
|
|
<a href="/en/privacy/">Privacy</a> |
|
|
<a href="/de"> Switch Language</a>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<div id="content">
|
|
<h1 id="privacy-respecting-services">Privacy respecting services</h1>
|
|
<p>This site is simply a landing page, however I do host some privacy frontends on subdomains.</p>
|
|
<p>[Notice: Since I’ve had difficulties with Mastodon for a while and I haven’t been using it for a while, I’ve decided to discontinue it.]</p>
|
|
<p>Most of them are also available on TOR, I2P and the OpenNIC network. (For example: <a href="http://habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/" title="An example for onion links">T</a>, <a href="http://ehre2peckhgn6pjmdutpseuy36vtpj5chgyyli5bltvflc7xtf2a.b32.i2p/" title="An example for I2P links">I</a> and <a href="http://habedieehre.geek/" title="An example for OpenNIC links">O DNS</a>.)</p>
|
|
<style type="text/css">
|
|
.notice {
|
|
--root-color: #444;
|
|
--root-background: #eff;
|
|
--title-color: #fff;
|
|
--title-background: #7bd;
|
|
--warning-title: #c33;
|
|
--warning-content: #fee;
|
|
--info-title: #fb7;
|
|
--info-content: #fec;
|
|
--note-title: #6be;
|
|
--note-content: #e7f2fa;
|
|
--tip-title: #5a5;
|
|
--tip-content: #efe
|
|
}
|
|
|
|
@media (prefers-color-scheme:dark) {
|
|
.notice {
|
|
--root-color: #ddd;
|
|
--root-background: #eff;
|
|
--title-color: #fff;
|
|
--title-background: #7bd;
|
|
--warning-title: #800;
|
|
--warning-content: #400;
|
|
--info-title: #a50;
|
|
--info-content: #420;
|
|
--note-title: #069;
|
|
--note-content: #023;
|
|
--tip-title: #363;
|
|
--tip-content: #121
|
|
}
|
|
}
|
|
|
|
body.dark .notice {
|
|
--root-color: #ddd;
|
|
--root-background: #eff;
|
|
--title-color: #fff;
|
|
--title-background: #7bd;
|
|
--warning-title: #800;
|
|
--warning-content: #400;
|
|
--info-title: #a50;
|
|
--info-content: #420;
|
|
--note-title: #069;
|
|
--note-content: #023;
|
|
--tip-title: #363;
|
|
--tip-content: #121
|
|
}
|
|
|
|
.notice {
|
|
padding: 18px;
|
|
line-height: 24px;
|
|
margin-bottom: 24px;
|
|
border-radius: 4px;
|
|
color: var(--root-color);
|
|
background: var(--root-background)
|
|
}
|
|
|
|
.notice p:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.notice-title {
|
|
margin: -18px -18px 12px;
|
|
padding: 4px 18px;
|
|
border-radius: 4px 4px 0 0;
|
|
font-weight: 700;
|
|
color: var(--title-color);
|
|
background: var(--title-background)
|
|
}
|
|
|
|
.notice.warning .notice-title {
|
|
background: var(--warning-title)
|
|
}
|
|
|
|
.notice.warning {
|
|
background: var(--warning-content)
|
|
}
|
|
|
|
.notice.info .notice-title {
|
|
background: var(--info-title)
|
|
}
|
|
|
|
.notice.info {
|
|
background: var(--info-content)
|
|
}
|
|
|
|
.notice.note .notice-title {
|
|
background: var(--note-title)
|
|
}
|
|
|
|
.notice.note {
|
|
background: var(--note-content)
|
|
}
|
|
|
|
.notice.tip .notice-title {
|
|
background: var(--tip-title)
|
|
}
|
|
|
|
.notice.tip {
|
|
background: var(--tip-content)
|
|
}
|
|
|
|
.icon-notice {
|
|
display: inline-flex;
|
|
align-self: center;
|
|
margin-right: 8px
|
|
}
|
|
|
|
.icon-notice img,
|
|
.icon-notice svg {
|
|
height: 1em;
|
|
width: 1em;
|
|
fill: currentColor
|
|
}
|
|
|
|
.icon-notice img,
|
|
.icon-notice.baseline svg {
|
|
top: .125em;
|
|
position: relative
|
|
}
|
|
</style><div class="notice info" >
|
|
<p class="notice-title">
|
|
<span class="icon-notice baseline">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="92 59.5 300 300">
|
|
<path d="M292 303.25V272c0-3.516-2.734-6.25-6.25-6.25H267v-100c0-3.516-2.734-6.25-6.25-6.25h-62.5c-3.516 0-6.25 2.734-6.25 6.25V197c0 3.516 2.734 6.25 6.25 6.25H217v62.5h-18.75c-3.516 0-6.25 2.734-6.25 6.25v31.25c0 3.516 2.734 6.25 6.25 6.25h87.5c3.516 0 6.25-2.734 6.25-6.25Zm-25-175V97c0-3.516-2.734-6.25-6.25-6.25h-37.5c-3.516 0-6.25 2.734-6.25 6.25v31.25c0 3.516 2.734 6.25 6.25 6.25h37.5c3.516 0 6.25-2.734 6.25-6.25Zm125 81.25c0 82.813-67.188 150-150 150-82.813 0-150-67.188-150-150 0-82.813 67.188-150 150-150 82.813 0 150 67.188 150 150Z"/>
|
|
</svg>
|
|
|
|
</span>Info</p><p>Mastodon has been discontinued due to little use.</p>
|
|
<p>However, I now offer a new mail service at mail.habedieeh.re! If you’d like to try it, please contact me (ironically) via email as it is still in beta :)</p>
|
|
<p>I might transfer some services to another server, so don’t wonder if there’s downtime.</p></div>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:left">Service</th>
|
|
<th style="text-align:center">Clearweb</th>
|
|
<th style="text-align:center">TOR</th>
|
|
<th style="text-align:center">I2P</th>
|
|
<th style="text-align:right">OpenNIC</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="text-align:left">Gitea</td>
|
|
<td style="text-align:center"><a href="https://git.habedieeh.re/">git.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://git.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://ehre2peckhgn6pjmdutpseuy36vtpj5chgyyli5bltvflc7xtf2a.b32.i2p/">I</a></td>
|
|
<td style="text-align:right"><a href="http://git.habedieehre.geek/">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">ProxiTok</td>
|
|
<td style="text-align:center"><a href="https://tok.habedieeh.re/">tok.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://tok.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://ehre2peckhgn6pjmdutpseuy36vtpj5chgyyli5bltvflc7xtf2a.b32.i2p/">I</a></td>
|
|
<td style="text-align:right"><a href="http://tok.habedieehre.geek/">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">Piped</td>
|
|
<td style="text-align:center"><a href="https://tube.habedieeh.re/">tube.habedieeh.re</a></td>
|
|
<td style="text-align:center">X</td>
|
|
<td style="text-align:center">X</td>
|
|
<td style="text-align:right">X</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">Rimgo</td>
|
|
<td style="text-align:center"><a href="https://i.habedieeh.re/">i.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://i.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://rimgov7l2tqyrm5txrtvhtnfyrzkc5d7ipafofavchbnnyog4r3q.b32.i2p/">rimgo.i2p</a></td>
|
|
<td style="text-align:right"><a href="http://i.habedieehre.geek/">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">Nitter</td>
|
|
<td style="text-align:center"><a href="https://bird.habedieeh.re/">bird.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://bird.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://4kzgzonccxuv4ctforjqx565jgd4bocgnzsy3dg4fmdf3ye2iciq.b32.i2p/">I</a></td>
|
|
<td style="text-align:right"><a href="http://bird.habedieehre.geek/">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">Libreddit</td>
|
|
<td style="text-align:center"><a href="https://snoo.habedieeh.re/">snoo.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://snoo.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://wilr7fk4bx3lnubdhxgwxg37oubmkyiqkamgfoivrz5ldtjwyitq.b32.i2p/">I</a></td>
|
|
<td style="text-align:right"><a href="http://snoo.habedieehre.geek/">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">Quetre</td>
|
|
<td style="text-align:center"><a href="https://ask.habedieeh.re/">ask.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://ask.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center">X</td>
|
|
<td style="text-align:right">X</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left"><a href="en/chat">Matrix</a><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></td>
|
|
<td style="text-align:center"><a href="https://chat.habedieeh.re/">chat.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://chat.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center">X</td>
|
|
<td style="text-align:right"><a href="http://chat.habedieehre.geek">O DNS</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">PrivateBin</td>
|
|
<td style="text-align:center"><a href="https://bin.habedieeh.re/">bin.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="http://bin.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">T</a></td>
|
|
<td style="text-align:center"><a href="http://prvbinaxvxofvmqtdeif26agvvpkdddf3wdfsvysnhiqxo5fxn5a.b32.i2p/">I</a></td>
|
|
<td style="text-align:right"><a href="https://bin.habedieehre.geek">O DNS</a><sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left"><a href="en/chat">IRC</a></td>
|
|
<td style="text-align:center"><a href="irc://irc.habedieeh.re">irc.habedieeh.re</a></td>
|
|
<td style="text-align:center"><a href="irc://76z2se4gu2gajt4w3c244qwfvg2p4emtljlberynlyn4rwpgphbvorqd.onion">T</a></td>
|
|
<td style="text-align:center"><a href="irc://irc72vjd5bwu4spp6tbjvyudh4a44cs4clr7y7ufwfwzn2yfl6fq.b32.i2p">I</a></td>
|
|
<td style="text-align:right"><a href="irc://irc.habedieehre.geek">O DNS</a><sup id="fnref1:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left">If you wish to, you can donate <a href="/en/donate">here</a>.</td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="footnotes" role="doc-endnotes">
|
|
<hr>
|
|
<ol>
|
|
<li id="fn:1">
|
|
<p>Doesn’t federate with other privacy respecting networks, simply the frontend is available on different networks. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
</li>
|
|
<li id="fn:2">
|
|
<p>Uses “selfsigned” cert powered by EhrenSSL on OpenNIC, you can download it <a href="EhrenCA.pem">here</a>, though you might not want to do that if you don’t trust me enough (I could intercept and decrypt your TLS traffic) <a href="#fnref:2" class="footnote-backref" role="doc-backlink">↩︎</a> <a href="#fnref1:2" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
|
|
|
|
</div><a href="https://512kb.club"><img src="https://512kb.club/assets/images/green-team.svg" /></a> <a href="https://no-js.club/"><img alt="no-JS Club" src="https://no-js.club/images/no-JS.club_badge_dark.svg"></a>
|
|
<p><a href="http://habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion/">TOR/onion</a> | <a href="http://ehre2peckhgn6pjmdutpseuy36vtpj5chgyyli5bltvflc7xtf2a.b32.i2p/">habedieehre.i2p/eepsite</a> | <a href="http://habedieehre.geek/">OpenNIC</a> | (c) shruub, 2023-2024</p>
|
|
</body>
|
|
</html>
|