Refactor onion and i2p services

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-05 23:54:35 -05:00
parent 98259b9931
commit 9670719013
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
6 changed files with 23 additions and 23 deletions

View File

@ -6,12 +6,12 @@
<meta name="description" content="I2P on ~vern">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter, i2p, darknet">
<title>I2P Eepsites | ~vern</title>
<title>I2P Services | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=i2p>Eepsites</h1> <a aria-hidden=true href=#i2p>#i2p</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//i2p.net>I2P</a> <a href=//wl.vern.cc/wiki/I2P#Terminology>eepsites</a>. If a service doesn't have an address helper, its address is the default vern.i2p. You can use the Redirector extension in your browser to avoid clearnet connections.</p>
<div class=h><h1 id=i2p>I2P</h1> <a aria-hidden=true href=#i2p>#i2p</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//i2p.net>I2P</a> <a href=//wl.vern.cc/wiki/I2P#Terminology>eepsites</a>. If a service doesn't have an address helper, its address is the default vern.i2p. You can use the Redirector extension in your browser to avoid clearnet connections if the site is making them.</p>
<!--#include file="i2p-services.html" -->
<!--#include file="footer.cgi" -->
</body>

View File

@ -21,7 +21,7 @@
<p>You can get access to the "Reg Needed" services by <a href=/en/register>signing up</a> via the registration form.</p>
<p>With the exception of clearnet Minetest &amp; the DNS Resolver, none of the services we host have the capability to log IP addresses due to our use of WireGuard.</p>
<p>Additionally, services hosted on <a href=/en/sysinfo#iceberg>Iceberg</a> have the capability to IP-log but are disabled.</p>
<p>We also host <a href=/en/onion>onion services</a> and <a href=/en/i2p>I2P eepsites</a> for most of these services.</p>
<p>We also host <a href=/en/tor>Tor</a> and <a href=/en/i2p>I2P</a> versions of most of these services.</p>
<p>Services marked with "AD:" have alternate (sub)domains you can use for them.</p>
<!--#include file="services.html" -->
<div class=h><h2 id=community>Community</h2> <a aria-hidden=true href=#community>#community</a></div>

View File

@ -1,18 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="TOR on ~vern">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter, onion, darknet, tor">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Onion Services | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=onion>Onion sites</h1> <a aria-hidden=true href=#onion>#onion</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//torproject.org>Tor</a> <a href=//community.torproject.org/onion-services/>.onion</a> sites.</p>
<!--#include file="onion-services.html" -->
<!--#include file="footer.cgi" -->
</body>
</html>
<meta http-equiv="Refresh" content="0; url='/tor'" />

View File

@ -1 +0,0 @@
/home/aryak/projects/vernsite/en/gnuplot

18
en/tor.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="TOR on ~vern">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter, onion, darknet, tor">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Tor Services | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=tor>Tor</h1> <a aria-hidden=true href=#tor>#tor</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//torproject.org>Tor</a> <a href=//community.torproject.org/onion-services/>.onion</a> locations.</p>
<!--#include file="tor-services.html" -->
<!--#include file="footer.cgi" -->
</body>
</html>