Add some fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import Layout from '../layouts/index.astro'
|
||||
import MatrixChat from '../components/matrixchat.astro'
|
||||
---
|
||||
<Layout title="Contact">
|
||||
<div class="asciicontainer">
|
||||
@@ -33,11 +34,7 @@ import Layout from '../layouts/index.astro'
|
||||
|
||||
<div>
|
||||
<h2>Our chat</h2>
|
||||
<p>Nothing.run has chat in Matrix. Join it to get information about downtimes and updates, help, to suggest something that could make nothing.run better</p>
|
||||
<ul>
|
||||
<li>Our Matrix space <a href="https://matrix.to/#/#nothingrun:nothing.run">#nothingrun:nothing.run</a></li>
|
||||
<li>Our Matrix chat <a href="https://matrix.to/#/#localhost:nothing.run">#localhost:nothing.run</a></li>
|
||||
</ul>
|
||||
<MatrixChat />
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
|
@@ -4,15 +4,32 @@ title: 'Matrix'
|
||||
description: 'Matrix'
|
||||
keys: 'nothing crypto free software libre self host'
|
||||
---
|
||||
import MatrixChat from '../components/matrixchat.astro';
|
||||
|
||||
[**Matrix**](https://matrix.org) is modern federative network for communication. That means that users from different servers can interact with each other. We host our own Matrix network server. There also is a great cross-plattform-client available!
|
||||
|
||||
## Login data
|
||||
- Server name: nothing.run
|
||||
- Server address: https://matrix.nothing.run
|
||||
|
||||
## Our room
|
||||
<MatrixChat />
|
||||
|
||||
## Clients
|
||||
|
||||
### Web-clients
|
||||
- [Cinny](https://cinny.nothing.run) - modern and beautiful Matrix web client
|
||||
- [Element](https://element.nothing.run) - the most popular and functional Matrix client
|
||||
<div class="bigcontainer">
|
||||
|
||||
<div class="matrixclient">
|
||||
- [Cinny](https://cinny.nothing.run) - modern and beautiful Matrix web client
|
||||
<img src="/cinny-preview.png" alt="Cinny preview" />
|
||||
</div>
|
||||
|
||||
<div class="matrixclient">
|
||||
- [Element](https://element.nothing.run) - the most popular and functional Matrix client
|
||||
<img src="/element-preview.png" alt="Element preview" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### Mobile clients
|
||||
- [Element](https://github.com/element-hq/element-android) - very buggy and uncomfortable client
|
||||
@@ -22,10 +39,7 @@ keys: 'nothing crypto free software libre self host'
|
||||
- [SchildiChat Next](https://schildi.chat/android/next/) - Element X with spaces support
|
||||
|
||||
### Desktop clients
|
||||
- [iamb](https://iamb.chat/) - written in Rust terminal-based client with Vim keybindings
|
||||
- [gomuks](https://github.com/gomuks/gomuks) - a terminal Matrix client written in Go
|
||||
- [iamb](https://iamb.chat/) & [gomuks](https://github.com/gomuks/gomuks) - written in Rust and Go terminal-based clients. iamb uses Vim-like keybindings
|
||||
- [Fractal](https://wiki.gnome.org/Apps/Fractal), [NeoChat](https://apps.kde.org/neochat/), [Nheko](https://nheko-reborn.github.io/) - nice desktop-oriented clients. Can be buggy sometimes
|
||||
- You can use Element, Schildi and Cinny Web as desktop clients via Electron. It's a less performant way to message from Matrix, but... You can! :)
|
||||
- [Ement.el](https://github.com/alphapapa/ement.el) - really? Are you so crazy to chat from Emacs???
|
||||
- [Fractal]
|
||||
- [NeoChat]
|
||||
- [Nheko]
|
||||
- You can use Element, Schildi and Cinny Web as desktop clients through Electron. It's unperformance way to use Matrix, but... You can! :)
|
||||
|
Reference in New Issue
Block a user