fixed the tutorial layout

This commit is contained in:
nihilist 2024-07-30 22:05:15 +02:00
parent b1a4129353
commit 03bbc48250
2 changed files with 16 additions and 7 deletions

View File

@ -170,6 +170,8 @@
</ol></br>
<p>💻 Clientside - Decentralized Finances ⭐</p>
<ol>
<li><a href="finances/index.html">✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐</a></li>
@ -182,10 +184,6 @@
<li><a href="anon.html">❌ Monero Inheritence Management</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>💻 Clientside - Making use of Anonymity (<a href="https://kycnot.me/?t=service">Non-KYC Providers</a>)</p>
<ol>
<li><a href="anon.html">❌ How to get a mail account anonymously (Mails as a service)</a></li>
@ -194,6 +192,10 @@
<li><a href="anon.html">❌ How to get a residential proxies anonymously</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">
<p>🧅 Serverside - Contributing to Anonymity</p>
<ol>
@ -205,10 +207,16 @@
<li><a href="anon.html">❌ Haveno Seed Node</a></li>
</ol></br>
<p>🧅 Serverside - Anonymity (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>
<p>🧅 Serverside - Onion Services (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>
<ol>
<li><a href="torwebsite/index.html">🟠 Hosting a .onion website when the ISP allows anonymity (with custom .onion Vanity V3 address) (server -> tor)</a></li>
<li><a href="anon.html">❌ Hosting a .onion website when the ISP doesnt allow anonymity (server -> vpn -> tor)</a></li>
<li><a href="torwebsite/index.html">🟠 .onion website with custom .onion Vanity V3 address</a></li>
<li><a href="anon.html">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
<li><a href="anon.html">❌ Minimalistic MoneroSSO .onion setup</a></li>
<li><a href="anon.html">❌ XMPP prosody .onion setup (chat service)</a></li>
<li><a href="anon.html">❌ Gitea .onion setup (Code repositories)</a></li>
<li><a href="anon.html">❌ Nextcloud .onion setup (cloud storage)</a></li>
<li><a href="anon.html">❌ Mastodon .onion setup (Microblogging)</a></li>
<li><a href="anon.html">❌ Discourse .onion setup (Forums)</a></li>
</br>
</ol></br>
<p>🧅 Serverside - Anonymous Clearnet Services (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>

View File

@ -64,6 +64,7 @@
<h1>Tor Website Setup </h1>
<img src="0.png" class="imgRz">
<p>In this tutorial we'll setup a TOR website, which can be accessed via a .onion link. We'll set it up using nginx and Tor. </p>
<p>TODO: setups where 1) isp doesnt allow tor traffic 2) isp doesnt allow tor, nor vpns</p>
</div>
</div><!-- /row -->