This commit is contained in:
Skylar "The Cobra" Widulski 2022-06-07 15:27:38 -04:00
commit fb394c43bd
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,6 @@
<li>WireGuard and proxying all traffic coming from local tildeserver to VPS</li>
<li>Mumble (latency purposes)</li>
<li>Invidious (small storage quota)</li>
<li>Roundcube Webmail</li>
</ul>
<p>All other services are hosted on a local server we have full control over.</p>
<!--#include file="footer" -->

View File

@ -17,9 +17,11 @@
<p>We also host onion services for most of these. They can be found <a href=/onion>here</a>.</p>
<!--#include file="services" -->
<h2>Community</h2>
<b>You can join our community on all major free software chat programs<b>
<ul>
<li><a href="//matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
<li><a href="xmpp:vern@muc.vern.cc" target="_blank">XMPP</a></li>
<li><a href="xmpp:vern@muc.vern.cc" target="_blank">XMPP</a></li>
<li><a href="irc://irc.tilde.chat:6697/vern" target="_blank">IRC</a></li>
</ul>
<h2>~vern logo</h2>
<p>The several logo variations can be found <a href=/logo>here</a>.</p>

View File

@ -7,7 +7,7 @@
</head>
<body>
<!--#include file="nav" -->
<b>ALL REGISTRATIONS ARE DISABLED UNTIL FURTHER NOTICE DUE TO MIGRATION OF EMAIL SERVER. PLEASE CONTACT AN <a href=/admins>ADMIN</a> FOR MORE INFORMATION</b>
<?php
function sanitize($str) {
$str = trim($str);