vern-web/faq.html

27 lines
1.6 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=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.</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>