Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-03-20 07:19:28 -04:00
commit 1ab175f449
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
4 changed files with 10 additions and 3 deletions

View File

@ -12,6 +12,7 @@
<!--#include file="nav.php" -->
<div class=h><h1 id=admins>Admins</h1> <a aria-hidden=true href=#admins>#admins</a></div>
<p>This is the list of admins of ~vern. <br>Anyone claiming to be an admin that isn't on this list is lying. <br> This list may be updated at any point, so please check it to see if someone is an admin.</p>
<p>To contact all admins at once, use the admin (at sym) (main dom) email.</p>
<p>We also have non-vern contact methods listed so its possible to contact us even if ~vern is down</p>
<ul>
<li><a href=//pjals.vern.cc>Daniel (pjals)</a> - System administrator <br> <a href=//mto.vern.cc/#/@pjals:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@pjals:envs.net>spare Matrix</a>, <a href=xmpp:pjals@vern.cc>XMPP</a><br>

View File

@ -17,7 +17,7 @@
<p>We received a total of 0.1 XMR this month. It has not been converted to fiat. This money is kept for times when we have a lack of funds to use or to cash out when XMR peaks.</p>
<div class=h><b id=usage>Usage:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD for Iceberg</p>
<p>Totally 5 USD was used up this month. We have 19.71 USD + around 40.83 USD (XMR conversion rate as of 31st Jan 2023) = 60.54 USD remaining.</p>
<p>Totally 5 USD was used up this month. We have 11.41 USD + around 41.16 USD (XMR conversion rate as of 1st Feb 2023) = 52.57 USD remaining.</p>
<p>The extra money has not been yet divided among the team.</p>
<!--#include file="/en/footer.cgi" -->
</body>

View File

@ -122,6 +122,9 @@
<input type="checkbox" id="freshrss" name="freshrss" value="FreshRSS" checked>
<label for="freshrss">FreshRSS</label><br>
<input type="checkbox" id="miniflux" name="miniflux" value="Miniflux" checked>
<label for="miniflux">Miniflux</label><br>
<input type="checkbox" id="penpot" name="penpot" value="Penpot" checked>
<label for="penpot">Penpot</label><br>
@ -164,6 +167,7 @@
if (isset($_POST['git'])) $use_git = true;
if (isset($_POST['nextcloud'])) $use_nc = true;
if (isset($_POST['freshrss'])) $use_freshrss = true;
if (isset($_POST['miniflux'])) $use_miniflux = true;
if (isset($_POST['penpot'])) $use_penpot = true;
if (isset($_POST['peertube'])) $use_peertube = true;
if (isset($_POST['xmpp'])) $use_xmpp = true;
@ -179,6 +183,7 @@
if ($use_git) $message .= ", Forgejo";
if ($use_nc) $message .= ", Nextcloud";
if ($use_freshrss) $message .= ", FreshRSS";
if ($use_miniflux) $message .= ", Miniflux";
if ($use_penpot) $message .= ", Penpot";
if ($use_peertube) $message .= ", PeerTube";
if ($use_xmpp) $message .= ", XMPP";
@ -204,6 +209,7 @@
if ($use_git) $contents .= '~/bin/mkguser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_nc) $contents .= '~/bin/mknuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_freshrss) $contents .= '~/bin/mkfruser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_freshrss) $contents .= '~/bin/mkmfuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_penpot) $contents .= '~/bin/mkppuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_peertube) $contents .= '~/bin/mkpuser ' . escapeshellarg($username) . ' "$password"' . ' ' . escapeshellarg($email) . "\n";
if ($use_xmpp) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' "$password"' . " vern.cc\n";

View File

@ -54,7 +54,7 @@
<li>Location: LXC Container inside the tilserv</li>
<li>OS: Debian LXC</li>
<li>Specs: LXC; Can use all ~serv resources (scalable)</li>
<li>Services: All frontends that <a href=#rlvm>aren't on Isotope</a></li></li>
<li>Services: All frontends that <a href=#rlm>aren't on Isotope</a>or <a href=#typhoon>Typhoon</a></li></li>
</ul>
<div class=h><h3 id=iceberg>Iceberg</h3> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<ul>
@ -82,7 +82,7 @@
<p>OS: Debian GNU/Linux 11 Bullseye</p>
<p>Specs: "Value VPS" with 2 GB RAM; 1 vCPU</p>
<p>Storage: 40 GB NVMe SSD</p>
<p>Services: Name server for vern.cc and vern0.me</p>
<p>Services: Name server for vern.cc and vern0.me; Invidious</p>
<p>Additional Info: Paid for by ~neo</p>
</ul>
<!--#include file="footer.cgi" -->