Fix arya's trash html, add minetest to cloud list

Signed-off-by: Moxie "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-08-06 23:05:45 -04:00
parent 945ae744a3
commit e2df04e0b4
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
5 changed files with 28 additions and 12 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>