website/cloud.html

24 lines
836 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Our policy on "cloud"</title>
</head>
<body>
<!--#include file="nav" -->
<h1>Our policy on "cloud"</h1>
<p>We are not big fans of "cloud" but recognize that sometimes it is necessary.</p>
<p>We make sure we rely as little as possible other than for a few things as listed below.</p>
<p>We use an OVH 3.50 USD VPS located in Southern Quebec, Canada for the following services:</p>
<ul>
<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" -->
</body>
</html>