arrayinamatrix.xyz/index/apps/matrix/index.html

181 lines
6.2 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>Matrix Homeserver</title>
<link rel="stylesheet" href="../../../style/style.css" />
<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">Matrix</h1>
<h2 class="project-tagline">
An open network for secure, decentralized communication.
</h2>
<a href="../../../" class="btn">Home</a>
<a href="../" class="btn">Services</a>
<a href="../../socials/" class="btn">Socials</a>
<a href="../privacy/#matrix" class="btn">Privacy Policy</a>
</header>
<main id="content" class="main-content" role="main">
<h3>
<a href="https://matrix.org/">What is Matrix?</a>
</h3>
<a href="https://matrix.org/docs/guides/introduction">Matrix</a> is a
decentralized, real-time, federated and end-to-end encrypted communication
protocol. To keep Matrix decentralized, please create accounts on
homeservers other than the <a href="#homeservers">official one</a> or
really large ones.
<br />
<br />
<section id="info">
<h3>Basic information</h3>
Public registration has been closed due to spam. If you would like an
account please <a href="../../socials/">contact me</a>.
<ul>
<li>
Homeserver:
<a href="https://matrix.inamatrix.xyz"
>https://matrix.inamatrix.xyz</a
>
</li>
<li>
My MXID:
<a href="matrix:u/array:inamatrix.xyz">@array:inamatrix.xyz</a>
</li>
<li>
Homeserver updates room:
<a href="matrix:r/homeserver:inamatrix.xyz"
>#homeserver:inamatrix.xyz</a
>
</li>
<li>
Server status:
<a href="https://federationtester.matrix.org/#inamatrix.xyz"
>Federation Tester</a
>
</li>
</ul>
</section>
<section id="migration">
<h3>Migration to back to Synapse</h3>
<p>
Migrating back to Synapse for 2 reasons. Firstly, Dendrite is not
being actively developed and has many missing features and
administrative endpoints. Secondly, the price of the VPS I was using
was increased twice which became too expensive for a service I am
providing free of charge. The previous Dendrite database will be
purged soon. The old server was hosted at the base
<a href="chatinamatrix.xyz">chatinamatrix.xyz</a> domain.
</p>
<strike>
<h3>Migration to Dendrite</h3>
<p>
I migrated my server from a Synapse instance to Dendrite due to
various reasons.
<a
href="https://github.com/matrix-org/matrix-spec-proposals/pull/2783"
>Migrating between server implementations is not a thing yet</a
>, so I have start a new database for Dendrite to use. The old
server was hosted at the base
<a href="arrayinamatrix.xyz">arrayinamatrix.xyz</a> domain.
<strike
>I have a copy of the original database in case its possible to be
used by Dendrite. Dendrite's database has been corrupted a number
of times and a new database is needed. If you would like to have
your data deleted please contact me.</strike
>
<strong
>All previous databases and user data have been deleted
permanently.</strong
>
</p>
</strike>
</section>
<section id="rules">
<h3>Rules</h3>
<p>
We prohibit any malicious activities on our services, which include
but not limited to:
</p>
<ul>
<li><code>Spamming</code></li>
<li><code>DoS attacks</code></li>
<li><code>Attacks on server infrastructure</code></li>
<li><code>Unauthorized penetration testing</code></li>
<li>
<code>Distribution and discussion of CSAM, including drawings</code>
</li>
<li><code>Harassment</code></li>
<li><code>Under the age of 16</code></li>
<li><code>Ban evasion</code></li>
<li><code>Excessive account creation</code></li>
<li>
<code
>Coordinating attacks towards other homeservers, websites,
services and/or people</code
>
</li>
<li><code>Admin impersonation</code></li>
</ul>
<p>
We reserve the right to disable and/or remove any account for any
reason(s).
<strong
>We will cooperate with the Canadian police department if deemed
necessary.</strong
>
Rules may change without notice. By registering on our servers, you
agree to abide to and understand the above rules.
</p>
</section>
<section id="homeservers">
<h3>List of (lists of) Public homeservers</h3>
<ul>
<li><a href="https://joinmatrix.org/servers/">joinmatrix.org</a></li>
<li>
<a href="https://the-federation.info/protocol/matrix"
>the-federation.info</a
>
</li>
<li>
<a href="https://wiki.asra.gr/en:public_servers">wiki.asra.gr</a>
</li>
<li>
<a href="https://www.hello-matrix.net/public_servers.php"
>hello-matrix.net</a
>
(dated)
</li>
<li>
<a href="https://github.com/ara4n/matrixservers">ara4n</a> (dated)
</li>
</ul>
<p>
We are not affiliated or endorse any of the sites, site-owners, or
homeservers in the list above.
</p>
</section>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>