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

This commit is contained in:
Arya Kiran 2022-08-08 15:03:19 +05:30
commit a252cb5e3b
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
7 changed files with 33 additions and 14 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<!--#include file="nav" -->
<h1> What is ~vern? </h1>
<div class=h><h1 id=about>What is ~vern?</h1> <a aria-hidden=true href=#about>#about</a></div>
<p>Vern is a non-commercial, free software-focused shared GNU/Linux system that offers many services. Our services are for the community, by the community (no corporate backing). We try to keep the data stored extremely low and do not sell your data to anybody.</p>
<!--#include file="footer" -->
</body>

1
canaries Symbolic link
View File

@ -0,0 +1 @@
/var/log/canary

19
canary.php Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Warrant Canary | ~vern</title>
</head>
<body>
<!--#include file="nav" -->
<div class=h><h1 id=canary>Warrant Canary</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Below is our warrant canary. Please watch very closely for any updates of this page. We release a new canary monthly, within a week of the beginning of the month.</p>
<pre><code><?php file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <?php echo hash('sha256', file_get_contents("/var/log/canary/latest")); ?></p>
<p>Previous canaries can be found <a href=/canaries>here</a>.</p>
<!--#include file="footer" -->
</body>
</html>

View File

@ -14,6 +14,7 @@
<ul>
<li>WireGuard and proxying all traffic coming from local tildeserver to VPS</li>
<li>Mumble (latency purposes)</li>
<li>Minetest (latency purposes)</li>
<li>Invidious (small storage quota)</li>
</ul>
<p>Additionally, the status page is hosted on a Free Tier Oracle Cloud VPS in São Paulo, Brazil.</p>

View File

@ -15,18 +15,13 @@
</ul>
<p>Electricity for the local server is probably very insignificant and hard to measure. Hence isn't counted</p>
<h3> Why GoDaddy</h3>
<p> We would love to use a provider that actually respects our freedom but most of them require international payments from Brazil which is cumbersome for such a high amount (relatively) </p>
<p> If you know a provider that doesn't require international payments from Brazil, respects our freedom and allows domain transfer... Please let us know</p>
<p> Transfer might not even be possible for us as godaddy policy requires privacy protect to be turned off before transfer. This would leak extremely sensitive info.</p>
<div class=h><h3 id=why-godaddy>Why GoDaddy?</h3> <a aria-hidden=true href=#why-godaddy>#why-godaddy</a></div>
<p>We would love to use a provider that actually respects our freedom but most of them require international payments from Brazil which is cumbersome for such a high amount (relatively) </p>
<p>If you know a provider that doesn't require international payments from Brazil, respects our freedom and allows domain transfer... Please let us know</p>
<p>Transfer might not even be possible for us as godaddy policy requires privacy protect to be turned off before transfer. This would leak extremely sensitive info.</p>
<h3> How is excess money used</h3>
<p>Any excess money we get (more than 3.50) will be saved for the domain cost as it is pretty high. </p><!-- If we have even more excess money after that, it will be divided as follows</p>
<ul>
<li> 35%: Neo</li>
<li> 35%: Cobra</li>
<li> 30%: Arya</li>
</ul> -->
<div class=h><h3 id=excess>How excess money is used</h3> <a aria-hidden=true href=#excess>#excess</a></div>
<p>Any excess money we get (more than $3.50) will be saved for the domain cost as it is pretty high.</p>
<!--#include file="footer" -->
</body>

View File

@ -47,6 +47,9 @@
<p>The <code>www-data</code> user must be able to read your website directory, so make your home directory executable and <code>public_html</code> or <code>public_gemini</code> readable and executable.</p>
<p>You can fix the permissions by running <code>chmod 711 ~; chmod 755 ~/public_html ~/public_gemini</code></p>
<div class=h><h2 id=contact>I didn't request an account on a chat program and no longer have the E-mail I signed up with. How can I contact an admin?</h2> <a aria-hidden=true href=#contact>#contact</a></div>
<p>Devzat is a chat program accessable over SSH that we host on port 2221. To connect, simply run <code>ssh vern.cc -p2221</code>. To open a direct message room with an admin, type <code>cd foo</code>, replacing foo with the username of the admin (e.g. aryak or cobra).</p>
<div class=h><h2 id=shill>Why do ~vern admins shill ~vern so much?</h2> <a aria-hidden=true href=#shill>#shill</a></div>
<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" -->

View File

@ -131,10 +131,10 @@
<label for="xmpp">XMPP/Jabber</label><br>
<input type="checkbox" id="xmppo" name="xmppo" value="XMPP Onion">
<label for="xmpp">XMPP/Jabber Onion (Don't check if you don't know what it is)</label><br>
<label for="xmppo">XMPP/Jabber Onion (Don't check if you don't know what it is)</label><br>
<input type="checkbox" id="xmppi" name="xmppi" value="XMPP I2P">
<label for="xmpp">XMPP/Jabber I2P (Don't check if you don't know what it is)</label><br>
<label for="xmppi">XMPP/Jabber I2P (Don't check if you don't know what it is)</label><br>
<br>
<span><input type="submit" value="Submit" style="width:100px;height:40px;font-size:20px"></span>