Merge branch 'master' of ssh://vern.cc:1813/vern/website

This commit is contained in:
Arya Kiran 2022-09-10 14:45:51 +05:30
commit 9864d346b1
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 5 additions and 5 deletions

View File

@ -16,16 +16,16 @@
<p>Send a request from the e-mail you used to register and an admin will replace your key.</p>
<div class=h><h2 id=ip-leak>Will SSH leak my IP address?</h2> <a aria-hidden=true href=#ip-leak>#ip-leak</a></div>
<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>
<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's services show up as coming from 10.7.0.1. This includes the website.</p>
<div class=h><h2 id=distro>Which distros does ~vern use?</h2> <a aria-hidden=true href=#distro>#distro</a></div>
<p>We use debian on our <a href=/sysinfo>"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>We use Debian on our <a href=/sysinfo>"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 Linux-libre.
<p>All 3 servers have no non-free software or non-free repositories enabled.</p>
<div class=h><h2 id=site>How do I set up my user site?</h2> <a aria-hidden=true href=#site>#site</a></div>
<p>Simply place all the relevant site files in <code>~/public_html</code> for HTTP &amp; <code>~/public_gemini</code> for Gemini. This will be the root directory for your website/capsule. For example, if a user foo wanted a site, they would create <code>/home/foo/public_html/index.html</code>. A file <code>/bar</code> in foo's user site would be located at <code>/home/foo/public_html/bar</code>.</p>
<p>User sites for HTTP are rendered on the URL foo.vern.cc and vern.cc/~foo. User sites for Gemini also render on both URLs</p>
<p>User sites for HTTP are rendered on the URL foo.vern.cc and vern.cc/~foo. User sites for Gemini also render on both URLs.</p>
<div class=h><h2 id=host-this>Can you host X?</h2> <a aria-hidden=true href=#host-this>#host-this</a></div>
<p>If you would like a service to be hosted by us, contact an admin and discuss it with them. You could also add it <a href=https://pad.vern.cc/pad/#/2/pad/edit/VS1bvdzSGTfujDR9J+brXvxb/>here</a>. We are always open to new services to host, but it may take a while to get it fully set up.</p>
@ -34,7 +34,7 @@
<p>We currently have nix home-manager set up (run <code>nix-shell '&lt;home-manager&gt;' -A install</code> to generate the 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>
<div class=h><h2 id=custom-domain>Can I use custom domains with my user site?</h2> <a aria-hidden=true href=#custom-domain>#custom-domain</a></div>
<p>It is possible but requires manual work. If you want to do it please contact an <a href=/admins>admin</a>.</p>
<p>It is possible by adding a CNAME record to your domain that points to username.vern.cc.</p>
<div class=h><h2 id=broken>Why is X broken?</h2> <a aria-hidden=true href=#broken>#broken</a></div>
<p>If a service is not working, please inform an <a href=/admins>admin</a>.</p>