Add user site FAQ

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-06-05 01:37:48 -04:00
parent e4c12af551
commit 20009302ad
Signed by untrusted user who does not match committer: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 7 additions and 3 deletions

View File

@ -10,13 +10,16 @@
<h1>Frequently asked questions</h1>
<p>This is the list of frequently asked questions regarding ~vern and the services we host. We try our best to answer these questions, but if something must be specified, contact an <a href=/admins>admin</a>. This is is ever-expanding, and if you want an item added, contact an admin.</p>
<h3 id="ip-leak">Will SSH leak my IP address?</h3>
<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="host-this">Can you host X?</h3>
<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>
<h3 id=host-this>Can you host X?</h3>
<p>If you would like a service to be hosted by us, contact an admin and discuss it with them. We are always open to new services to host, but it may take a while to get it fully set up.</p>
<h3 id="shill">Why do ~vern admins shill ~vern so much?</h3>
<h3 id=shill>Why do ~vern admins shill ~vern so much?</h3>
<p>We shill ~vern because we are passionate about it. Arya told me to add this question here. This question is only here as a joke.</p>
<!--#include file="footer" -->
</body>

View File

@ -1,4 +1,5 @@
<ul>
<li>User sites - Each user can have their own website on username.vern.cc</li>
<li><a href=//pb.vern.cc>Privatebin</a> - A pastebin where the server has zero knowledge of pastes</li>
<li><a href=//git.vern.cc>Gitea</a> - A lightweight code hosting solution written in Go</li>
<li><a href=//lbry.vern.cc>Librarian</a> - An alternative front-end for LBRY/Odysee</li>