drgnz.club/wiki/matrix.html

81 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Drgnz Club | Matrix </title>
<meta charset="utf-8">
<link rel="stylesheet" href="../style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<meta name="description" content="Drgnz wikipage for Matrix.">
<meta name="keywords" content="drgnz, club, wiki, matrix, info">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<div class="c-main">
<div class="cm-navbar flex">
<a href="/index.html">~Drgnz</a>
</div>
<div class="cm-main flex">
<div class="cmm-content">
<h2 id="register">Matrix</h2>
<p>
Matrix is an open-source decentralized privacy oriented messaging
platform on which allows people to have full control over their
communication and privacy.
</p>
<p>
Matrix homeservers can be selfhosted on any computer using special
Matrix server software. Drgnz is using Synapse.
</p>
<br>
<h3 id="clients">Clients</h3>
<p>
You can use webclients hosted by Drgnz such as <a href="https://chat.drgnz.club/element/index.html">Element</a>, <a href="https://chat.drgnz.club/element/index.html">Cinny</a>, <a href="https://chat.drgnz.club/hydrogen/index.html">Hydrogen</a> or <a href="https://chat.drgnz.club/schildichat/index.html">SchildiChat</a>.<br>
You can install some clients on Linux such as <a href="https://nheko-reborn.github.io/">Nheko</a>, <a href="https://element.io/">Element</a> or <a href="https://cinny.in/">Cinny</a>. If you want something CLI, you can install <a href="https://maunium.net/go/gomuks/">Gomuks</a>.
</p>
<p>
You can also install a Matrix client on Android devices. Check out <a href="https://f-droid.org/en/packages/chat.fluffy.fluffychat/">FluffyChat</a>, <a href="https://f-droid.org/en/packages/im.vector.app/">Element</a> and <a href="https://f-droid.org/en/packages/de.spiritcroc.riotx/">SchildiChat</a>.
</p>
<br>
<h3 id="register">Registration</h3>
<p>
Currently Drgnz Matrix is invite only. You will need to reach out to the admins to get your account. <br>
If you want to log into your account, you need to set your homeserver as <b>m.drgnz.club</b>! Just drgnz.club won't work!
</p>
<br>
<h3 id="rooms">Rooms</h3>
<p>
Here are official Drgnz hosted rooms.
</p>
<ul>
<li><b>Matrix Space:</b> <a href="https://matrix.to/#/%23wf%3Adrgnz.club?via=drgnz.club&amp;via=matrix.org">#wf:drgnz.club</a></li>
<li><b>General chat:</b> <a href="https://matrix.to/#/%23den%3Adrgnz.club?via=drgnz.club&amp;via=matrix.org">#den:drgnz.club</a></li>
<li><b>Minecraft chat:</b> <a href="https://matrix.to/#/%23drgn-craft%3Adrgnz.club?via=drgnz.club&amp;via=matrix.org">#drgn-craft:drgnz.club</a></li>
<li><b>Programming chat:</b> <a href="https://matrix.to/#/%21DZuOesEuyXETvFbqRn%3Adrgnz.club?via=drgnz.club">#drgn-programming:drgnz.club</a></li>
<li><b>Math chat:</b> <a href="https://matrix.to/#/%21qRmQOGRswnEgamVuPS%3Adrgnz.club?via=drgnz.club">#drgn-math:drgnz.club</a></li>
</ul>
</div> <!-- CM CONTENT END--->
<div class="cmm-sidebar">
<h2>Contents</h2>
<ul>
<li><a href="#">About Matrix</a></li>
<li><a href="#">Clients</a></li>
<li><a href="#register">Registration</a></li>
<li><a href="#rooms">Public rooms</a></li>
</ul>
</div> <!-- END SIDEBAR -->
</div> <!-- CM MAIN END -->
</div> <!-- C MAIN END -->
</body>
</html>