81 lines
3.7 KiB
HTML
81 lines
3.7 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, then 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>drgnz.club</b>!
|
|
</p>
|
|
<p>
|
|
Before you can entry our main chat, you will need to go trough <a href="https://matrix.to/#/%23gate%3Adrgnz.club?via=drgnz.club&via=matrix.org&via=potatoe.ca&via=tchncs.de">#gate:drgnz.club</a> room to get verified and invited.
|
|
</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&via=matrix.org">#wf:drgnz.club</a></li>
|
|
<li><b>Entry chat:</b> <a href="https://matrix.to/#/%23gate%3Adrgnz.club?via=drgnz.club&via=matrix.org&via=potatoe.ca&via=tchncs.de">#gate:drgnz.club</a></li>
|
|
<li><b>Minecraft chat:</b> <a href="https://matrix.to/#/%23drgnzcraft%3Adrgnz.club?via=drgnz.club">#drgnzcraft: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>
|