2024-08-04 11:09:52 +00:00
<!--
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 / > .
-->
2024-07-26 18:53:24 +00:00
<!DOCTYPE html>
< html lang = "cs" >
2024-07-26 19:42:33 +00:00
< head >
2024-07-27 09:05:33 +00:00
< 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"
2024-08-02 18:33:13 +00:00
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
crossorigin="anonymous"
2024-07-27 09:05:33 +00:00
/>
< / head >
2024-07-26 19:42:33 +00:00
< body >
2024-07-27 09:05:33 +00:00
< header class = "page-header" role = "banner" >
< h1 class = "project-name" > Co je Mxchat< / h1 >
2024-07-26 18:53:24 +00:00
< / header >
2024-07-27 09:05:33 +00:00
< div class = "main-content" >
2024-07-27 10:03:20 +00:00
< p > Mxcahat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.< / p >
2024-07-27 09:05:33 +00:00
< 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 = "#registrace" > Registrace< / a > < / li >
< li > < a href = "#konfigurace" > Základní Konfigurace< / a > < / li >
< li > < a href = "#federace" > Ověření Federace< / a > < / li >
< li > < a href = "#prispevky" > Přispívání< / a > < / li >
< li > < a href = "#licence" > Licence< / a > < / li >
< li > < a href = "#ochrana" > Ochrana osobních údajů< / a > < / li >
< li > < a href = "#podminky" > Podmínky služby< / 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://element.mxchat.cz" > Element mxchat.cz< / a > < / p >
< h2 id = "mosty" > Mosty (Bridges)< / h2 >
< p > mxchat.cz podporuje integraci s mnoha dalšími komunikačními platformami pomocí mostů (bridges). Tyto mosty umožňují komunikaci napříč různými platformami přímo z Matrixu. Zde je seznam podporovaných mostů:< / p >
< ul >
< li > < a href = "https://github.com/beeper/linkedin" > LinkedIn Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-discord" > Discord Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-googlechat" > Google Chat Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-signal" > Signal Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-facebook" > Meta Messenger Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-instagram" > Instagram Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-telegram" > Telegram Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-gmessages" > Google Messages Bridge< / a > < / li >
< li > < a href = "https://github.com/tulir/mautrix-whatsapp" > WhatsApp Bridge< / a > < / li >
< li > < a href = "https://github.com/matrix-hacks/mx-puppet-steam" > Steam Bridge< / a > < / li >
< / ul >
< h2 id = "registrace" > Registrace< / h2 >
2024-08-02 18:33:13 +00:00
< p > Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu < a href = "mailto:podpora@mxchat.cz" > podpora@mxchat.cz< / a > a já vám zašlu registrační token.< / p >
2024-07-27 09:05:33 +00:00
< h2 id = "konfigurace" > Základní Konfigurace< / h2 >
2024-08-02 18:40:53 +00:00
< 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 >
2024-07-27 09:05:33 +00:00
< 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" >
2024-08-02 18:40:53 +00:00
< p > Copyright © Oscloud 2024 < a href = "https://git.arch-linux.cz/Oscloud/web-mxchat" class = "#" target = "_blank"
2024-08-02 18:33:13 +00:00
>< i class = "fa fa-gitea" > < / i > Gitea< /< / p >
2024-07-26 19:42:33 +00:00
< / footer >
< / body >
2024-07-26 18:53:24 +00:00
< / html >