97 lines
4.7 KiB
HTML
97 lines
4.7 KiB
HTML
<!--
|
|
This file is part of <project name>.
|
|
|
|
Copyright (C) 2024 Oscloud
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
|
|
<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" />
|
|
<meta name="Co je Mxchat" content="Co je Mxchat." />
|
|
<title>Mxchat Cz</title>
|
|
<link rel="stylesheet" href="../../style/style.css" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.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" />
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">Co je Mxchat</h1>
|
|
<a href="/index.html" class="home-icon" title="Domů">
|
|
<i class="fas fa-home"></i>
|
|
</a>
|
|
</header>
|
|
<div class="main-content">
|
|
<p>Mxchat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.
|
|
</p>
|
|
|
|
<h2>Obsah</h2>
|
|
<ul>
|
|
<li><a href="#uvod">Úvod do Matrix a Synapse</a></li>
|
|
<li><a href="#element">Element</a></li>
|
|
<li><a href="#mosty">Mosty (Bridges)</a></li>
|
|
<li><a href="#oscloud">Další služby OSCloud</a></li>
|
|
<li><a href="#registrace">Registrace</a></li>
|
|
<li><a href="#konfigurace">Základní Konfigurace</a></li>
|
|
<li><a href="#federace">Ověření Federace</a></li>
|
|
</ul>
|
|
|
|
<h2 id="uvod">Úvod do Matrix a Synapse</h2>
|
|
<p>Matrix je otevřená síť pro bezpečnou a decentralizovanou komunikaci. Synapse je referenční implementace domácího
|
|
serveru Matrix, navržená tak, aby byla lehká a snadno instalovatelná. S Matrixem mohou uživatelé komunikovat
|
|
napříč různými platformami pomocí mostů.</p>
|
|
|
|
<h2 id="element">Element</h2>
|
|
<p>Element je klient pro komunikaci v síti Matrix, který nabízí uživatelsky přívětivé rozhraní a pokročilé funkce
|
|
jako end-to-end šifrování, videohovory a mnoho dalšího. Element můžete používat přímo na našem serveru:</p>
|
|
<p><a href="https://chat.mxchat.cz">chat.mxchat.cz</a></p>
|
|
|
|
<h2 id="mosty">Mosty (Bridges)</h2>
|
|
<p>Mxchat podporuje integraci s mnoha komunikačními platformami pomocí mostů. Kompletní seznam najdete na stránce
|
|
<a href="../Bridges/index.html">Mosty (Bridges)</a>.</p>
|
|
<h2 id="oscloud">Další služby OSCloud</h2>
|
|
<p>Mxchat je součástí kolektivu OSCloud, který provozuje další open-source služby (RSS, sdílení souborů, správa hesel
|
|
a další). Kompletní přehled najdete na
|
|
<a href="https://docs.oscloud.cz/" target="_blank">docs.oscloud.cz</a>.</p>
|
|
<h2 id="registrace">Registrace</h2>
|
|
<p>Mxchat používá registraci na schválení (approval-based). Podrobný postup najdeš na stránce
|
|
<a href="../registrace/registrace.html">Registrace</a>. Existující uživatelé OSCloud se mohou přihlásit přes SSO
|
|
bez tokenu.</p>
|
|
<h2 id="konfigurace">Základní Konfigurace</h2>
|
|
<p>mxchat.cz je <li><a href="https://git.arch-linux.cz/Oscloud/mxchat">Open Source</a></li> projekt a tento
|
|
repozitář obsahuje přehled kódu a základní příklady konfigurace pro Matrix Synapse.</p>
|
|
|
|
<h2 id="federace">Ověření Federace</h2>
|
|
<p>Pro ověření federace a klientských verzí můžete použít následující odkazy:</p>
|
|
<ul>
|
|
<li><a href="https://matrix.mxchat.cz/_matrix/client/versions">Kontrola verzí klienta</a></li>
|
|
<li><a href="https://matrix.mxchat.cz:8448/_matrix/federation/v1/version">Kontrola verzí federace</a></li>
|
|
<li><a href="https://mxchat.cz/.well-known/matrix/server">Konfigurace serveru</a></li>
|
|
<li><a href="https://federationtester.matrix.org/#mxchat.cz">Ověření federace</a></li>
|
|
</ul>
|
|
</div>
|
|
<footer class="site-footer">
|
|
<p>Copyright © 2024-2026 Oscloud <a href="https://git.arch-linux.cz/Oscloud/web-mxchat" class="#" target="_blank"><i
|
|
class="fa fa-gitea"></i> Gitea</< /p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|