1
0
Fork 0

Updated /identity/

This commit is contained in:
Lethe Beltane 2021-12-25 21:21:39 -06:00
parent 8c356535ed
commit 397a6a8c26
3 changed files with 53 additions and 43 deletions

View file

@ -1,13 +1,46 @@
<style>
table, th, td {
border: 1px solid black;
}
</style>
<h1>Services</h1>
<p>A completely plain page because I'm lazy as shit.</p>
<table>
<thead>
<tr>
<th>Name / Clearnet</th>
<th>I2P</th>
<th>Tor</th>
<th>Yggdrasil</th>
</tr>
</thead>
<tbody>
<tr>
<td>RSS-Bridge</th>
<td></td>
<td></td>
<td><a href="http://[200:c844:eea:d37:1ac1:a6c2:1528:e921]">[Yggdrasil]</a></td>
</tr>
<tr>
<td><a href="https://pixelfed.letsdecentralize.org">Pixelfed</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>IPFS Gateway</td>
<td><a href="http://f2vwzlz5wm3x2tbhzfwtay4wnxxfa37tlzmchhdsicicnewq2eya.b32.i2p">[I2P]</a></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<!--
<ul>
<li><a href="http://viridiv2ddgusgecnljnlo7bgymcah3dnlkrhudcj5mxiqbmaca7boad.onion">CommaFeed</a> over <b>Tor</b>: RSS feed reader</li>
<li><a href="https://pixelfed.letsdecentralize.org">Pixelfed</a>: federated image sharing</li>
<li><a href="https://post.letsdecentralize.org">Pleroma</a>: federated microblogging</li>
<li><a href="https://nitter.mayvaneday.org">Nitter</a>: Twitter proxy</li>
<li><a href="https://zeronet.link">zeronet.link</a>: clearnet to ZeroNet link redirector</li>
<li><a href="https://gogs.letsdecentralize.org">Gogs</a>: Git hosting</li>
<li><a href="https://duckling.mayvaneday.art">Port</a> with <b>self-signed certificate</b>: Gopher/Gemini to HTTP proxy</li>
<li><a href="https://rssbridge.mayvaneday.org">RSS-Bridge</a>: RSS feed creator</li>
<li><a href="https://linx.mayvaneday.org">Linx</a>: simple file upload and pastebin</li>
</ul>
-->