arrayinamatrix.xyz/index/apps/privacy/index.html
2022-05-12 22:39:33 -04:00

88 lines
4.5 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="stylesheet" href="../../../style/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="../../../res/site/icons/favicon.ico">
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Privacy Policy</h1>
<h2 class="project-tagline">The Right to Privacy.</h2>
<a href="../../../" class="btn">Home</a>
<a href="../" class="btn">Applications</a>
</header>
<main id="content" class="main-content" role="main">
<h3>Privacy Policy</h3>
<section id="website">
<h4><a href="https://arrayinamatrix.xyz">Website</a> </h4>
<h5>last updated: 03/02/2022</h5>
<code>
We do not collect any personal data or any information that can be used to identify you, however we
<strong>DO</strong> log IP
addresses (using nginx's default configuration). If you want your IP address removed from the <a href="../../projects/ip-grabber/">IP
Grabber</a>, just <a href="#contact"> contact us</a> and we will purge the list. We only collect
one cookie which exists for aesthetic purposes only (The cookie expires after
1 day passes.). We do not record any cookie
related activities. We record server analytics and statistics such as generic system information (CPU,
memory, etc.). All code for the website and backend is <a
href="https://itsfoss.com/what-is-foss/">FOSS</a> and can be viewed <a
href="https://github.com/array-in-a-matrix/arrayinamatrix.xyz">here</a>.
</code>
</section>
<br>
<br>
<section id="matrix">
<h4><a href="https://matrix.arrayinamatrix.xyz">Matrix</a></h4>
<h5>last updated: 15/01/2022</h5>
<code>
We record server analytics and statistics i.e. information specific to the matrix synapse server (how
long it takes to send a message, how many
times Synapse attempts to retrieve data from a cache, etc.). Server analytics are only used to improve
and
monitor the health of the Synapse server. We only require a password and username to use our matrix chat
server, all other data (email
address, phone number, etc.) is optional. <strong>Server admin(s) have access all unencrypted data
(Please use end to end encryption.)!</strong> We report anonymous telemetry to <a
href="https://matrix.org">matrix.org</a>. The information
reported can be found <a
href="https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/1fb54a37cba126235b1688bb5e96226a65b4fe80/docs/configuring-playbook-telemetry.md#usage-statistics-being-submitted">here</a>.
<br>
<br>
Rules for our matrix homeserver can be found <a href="../../apps/matrix/#rules">here</a>.
</code>
</section>
<br>
<br>
<section id="note">
<h4>Note:</h4>
<h5>last updated: 15/01/2022</h5>
<code>
We may update or change our privacy policy without warning. If in the unfortunate event of attacks
(DDoS, spam, etc.) at we will collect data to stop the abuse of our
system(s). All of our services are provided on a
<strong>As-Is</strong> basis without any warranties. We will <strong>NOT</strong> notify you of any
changes to the privacy policy.
</code>
</section>
<br>
<br>
<section id="contact"> For additional information or support please email us at <a
href="mailto:tensor@arrayinamatrix.xyz">tensor@arrayinamatrix.xyz</a> or message us on one of these <a href="../../socials/">platforms</a>.
</section>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>