vern-web/faq.html

38 lines
2.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern FAQ</title>
</head>
<body>
<!--#include file="nav" -->
<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=signup>How do I sign up?</h3>
<p>Sign up by going to <a href=/register.php>the registration page</a> and filling out the form. An admin will review your request. You will get an e-mail if your request was accepted.</p>
<h3 id=recovery>How can I get my public key replaced?</h3>
<p>Send a request from the e-mail you used to register and an admin will replace your key.</p>
<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=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. If enough users want a package installed, we may install it globally.</p>
<h3 id=install-this>Can you install X?</h3>
<p>We currently have guix user homes set up, so you can install any software that is in the guix repositories into your own home directory.</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>
<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>
</html>