Compare commits
4 Commits
2025.10.09
...
2025.11.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c80d772097 | ||
|
|
e0dc99e8b3 | ||
|
|
d47af26542 | ||
|
|
2ae97b4146 |
@@ -127,7 +127,7 @@ const config = {
|
||||
items: [
|
||||
{
|
||||
label: 'Matrix',
|
||||
to: 'https://matrix.to/#/@yehor:vi.place',
|
||||
to: 'https://matrix.to/#/@yehor:glitchy.social',
|
||||
},
|
||||
{
|
||||
label: 'Mastodon',
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function BlogDiscussions({ mastodonLink }) {
|
||||
return (
|
||||
<section className={styles.blogDiscussions}>
|
||||
|
||||
<a className={styles.blogDiscussions_container} href="https://matrix.to/#/%23yevi-org-pub:vi.place" target='_blank'>
|
||||
<a className={styles.blogDiscussions_container} href="https://matrix.to/#/%23yevi-org-pub:glitchy.social" target='_blank'>
|
||||
<MatrixIcon fill="currentColor" className={styles.icon} role="img" />
|
||||
<span className={styles.linkText}>Discuss on Matrix</span>
|
||||
</a>
|
||||
|
||||
@@ -35,7 +35,7 @@ const FeatureList = [
|
||||
},
|
||||
{
|
||||
title: 'Matrix',
|
||||
link: 'https://matrix.to/#/@yehor:vi.place',
|
||||
link: 'https://matrix.to/#/@yehor:glitchy.social',
|
||||
Svg: require('@site/static/icons/matrix.svg').default,
|
||||
description: (
|
||||
<>
|
||||
|
||||
@@ -37,7 +37,7 @@ The only service I'm not happy with, but still using. Plane is slowly evolving i
|
||||
### Kan.bn
|
||||
[Product](https://kan.bn)
|
||||
|
||||
It is a simple but very nice kanban board. I'm not sure I will replace Plane with it, but I'm using it now as a personal to-do list. And for my homelab stuff, I'll never finish.
|
||||
It is a simple but very nice kanban board. I'm not sure I will replace Plane with it, but I'm using it now as a personal to-do list. And for my homelab things that I'll never finish.
|
||||
|
||||
### Outline
|
||||
[Product](https://www.getoutline.com)
|
||||
@@ -61,6 +61,7 @@ There are two types of documentation. Actually, three, but the third one is a do
|
||||
|
||||
### Synapse
|
||||
[Matrix](https://matrix.org) | [Element](https://element.io)
|
||||
|
||||
Synapse is a Matrix server. Matrix is a protocol specification of a decentralised communication platform. But Synapse developed my Element. Element is an organisation that... well, it's complicated. Also, while hosting a Matrix server is not a trivial task, it's the most exciting thing to host. Because come on! It's a chat platform with video calls support, mobile and desktop apps, web clients, and end-to-end encryption! It's not just a web app with a single user - you. Something is continuously happening on the server; it consumes resources, connects to other similar servers, breaks when misconfigured, and makes your life engaging. The hardest part is to lure your friends and family, though.
|
||||
|
||||
### Other
|
||||
|
||||
Reference in New Issue
Block a user