Fix inconsistencies, move distros to faq

Signed-off-by: Aleksandar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-06-08 16:51:22 -04:00
parent bad69536eb
commit fd62f73131
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
6 changed files with 11 additions and 19 deletions

View File

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern distros</title>
</head>
<body>
<!--#include file="nav" -->
<h1>What distros does ~vern use</h1>
We use debian on our <a href=/cloud>"cloud" vps</a> and the local tildeserver that hosts all the services. <br> Additionally the vm (inside tildeserver) that hosts pubnix runs nixos with linux-libre kernel. <br> All 3 servers have non-free software disabled.
<!--#include file="footer" -->
</body>
</html>

View File

@ -18,6 +18,11 @@
<h3 id=ip-leak>Will SSH leak my IP address?</h3>
<p>No. We use WireGuard to connect our VPS to the main tilde. Unlike other public UNIX-like systems where all IP addresses are leaked, all connections to ~vern show up as coming from 10.7.0.1. This includes the website.</p>
<h3 id=distro>Which distros does ~vern use?</h1>
<p>We use debian on our <a href=/cloud>"cloud" VPS</a> and the local tildeserver that hosts all the services.</p>
<p>Additionally, the VM (which is hosted on the tildeserver) that hosts the pubnix runs NixOS with the linux-libre kernel.
<p>All 3 servers have no non-free software or non-free repositories enabled.</p>
<h3 id=site>How do i set up my user site?</h3>
<p>Simply place all the relevant site files in <code>~/public_html</code>. This will be the root for your site. For example, if a user foo wanted a site, they would create <code>/home/foo/public_html/index.html</code>. A directory <code>/bar</code> in foo's user site would be located at <code>/home/foo/public_html/bar</code>.</p>
@ -27,8 +32,8 @@
<h3 id=install-this>Can you install X?</h3>
<p>We currently have nix home-manager setup (run `nix-shell '<home-manager>' -A install` to generate default config) set up, so you can install any libre software that is in the nix repositories into your own home directory. If a package is popular we might install it globally</p>
<h3 id=custom-domain>Can I use custom domains with my user site?</h3>
<p>It is possible but requires manual work. If you want to do it please contact an <a href=/admins>admin</a></p>
<h3 id=custom-domain>Can I use custom domains with my user site?</h3>
<p>It is possible but requires manual work. If you want to do it please contact an <a href=/admins>admin</a>.</p>
<h3 id=broken>Why is X broken?</h3>
<p>If a service is not working, we are most likely actively working to fix it. Please be patient.</p>

View File

@ -8,7 +8,7 @@
<body>
<!--#include file="nav" -->
<h1>Welcome to ~vern!</h1>
<p>~vern is a non-commercial shared GNU/Linux system. All our servers run <a href=/distro>fully free GNU/Linux distros</a>. We are also aiming to become a member of the <a href=//tildeverse.org>Tildeverse</a> after we meet the requirements.</p>
<p>~vern is a non-commercial shared GNU/Linux system. All our servers run <a href=/faq#distro>fully free GNU/Linux distributions</a>. We are also aiming to become a member of the <a href=//tildeverse.org>Tildeverse</a> after we meet the requirements.</p>
<h2>Services</h2>
<p>We host many services, most are available for the public.</p>
<p>Some are private to prevent people from abusing the services.</p>
@ -17,7 +17,7 @@
<p>We also host onion services for most of these. They can be found <a href=/onion>here</a>.</p>
<!--#include file="services" -->
<h2>Community</h2>
<b>You can join our community on all major free software chat programs<b>
<b>You can join our community on most major free software chat programs:</b>
<ul>
<li><a href="//matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
<li><a href="xmpp:vern@muc.vern.cc" target="_blank">XMPP</a></li>

View File

@ -16,5 +16,6 @@
<li><a href=//scribe.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Scribe</a> - An alternative front-end for Medium</li>
<li><a href=//searx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SearXNG</a> - A privacy-respecting, hackable meta-search engine</li>
<li><a href=//tl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SimplyTranslate</a> - Minimal and private translations with multiple engines</li>
<li>User sites - Each user can have their own website on username.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion</li>
</ul>

0
read
View File

View File

@ -19,7 +19,7 @@
<li><a href=//scribe.vern.cc>Scribe</a> - An alternative front-end for Medium</li>
<li><a href=//searx.vern.cc>SearXNG</a> - A privacy-respecting, hackable meta-search engine</li>
<li><a href=//tl.vern.cc>SimplyTranslate</a> - Minimal and private translations w/ many engines</li>
<li><a href=ssh://youruser@vern.cc>SSH</a> - Each user can log in to the ~vern tilde using their SSH keys</li>
<li><a href=ssh://username@vern.cc>SSH</a> - Each user can log in to the ~vern tilde using their SSH keys</li>
<li>User sites - Each user can have their own website on username.vern.cc</li>
<li><a href=xmpp:vern.cc>XMPP</a> - The universal messaging standard</li>
<li><a href=//vern.cc:6697>ZNC</a> - An IRC network bouncer (BNC)</li>