forked from federated-nexus/website
Compare commits
6 commits
8bc938249e
...
5bb449db34
Author | SHA1 | Date | |
---|---|---|---|
5bb449db34 | |||
5b4952827b | |||
f471221618 |
|||
219167ea3b |
|||
d81f259777 |
|||
987c2f517b |
5 changed files with 44 additions and 2 deletions
29
src/content/docs/Services/matrix.mdx
Normal file
29
src/content/docs/Services/matrix.mdx
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: Matrix
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
[Matrix](https://matrix.org) is the hub of Federated Nexus, as everything else authenticates against Matrix. This means that when you change your password on Matrix, you'll need to log into everything else with the new password.
|
||||||
|
|
||||||
|
## Homeserver
|
||||||
|
|
||||||
|
Federated Nexus runs [Grapevine](https://grapevine.computer.surgery/), a fork of [Conduit](https://conduit.rs/), a Rust implementation of the Matrix specification. This means it doesn't quite have all the features of [Synapse](https://element-hq.github.io/synapse/latest/), but it's much more performant. Some features that Grapevine lack include:
|
||||||
|
|
||||||
|
- Simplified Sliding Sync (SSS): SSS is coming soon, but right now it means you may not be able to use next-gen clients like Element X.
|
||||||
|
- Rooms older than v6: In Matrix, each "room" (equivalent to a Discord channel) follows a certain version of the matrix spec. The latest room version is v10, and v6 is _very_ old. However, some rooms don't want to upgrade, as the process can be quite painful, so they stay at old versions like v2. With Grapevine, you won't be able to join these rooms, sorry.
|
||||||
|
|
||||||
|
## Clients
|
||||||
|
|
||||||
|
We recommend you to use one of the following clients for the best possible experience, but most should work:
|
||||||
|
|
||||||
|
- [Cinny](https://cinny.in): Cinny provides a Discord-like UI and some really nice features. You can use it on the web or as a Tauri app, and it works on Linux phones very well.
|
||||||
|
- [FluffyChat](https://fluffychat.im): FluffyChat is made with flutter, so it has great cross-platform support, so it's usable on iOS, Android, Linux, Web, etc. It also has some features that Cinny doesn't, but Cinny is slightly more intuitive in my opinion.
|
||||||
|
|
||||||
|
## Bridges
|
||||||
|
|
||||||
|
Federated Nexus hosts multiple "bridges" and "puppets", to let you talk to people on other platforms from Matrix:
|
||||||
|
|
||||||
|
- [Out of Your Element](https://gitdab.com/cadence/out-of-your-element) (OOYE, Discord bridge): You can control OOYE via its web UI: https://ooye.federated.nexus. From this intuitive web UI, Discord server admins can log into their Discord account, and easily set up a bridged Matrix space using the "Easy mode" option. Or, for the more advanced users, they can use the "Self-service" option to manually control the bridge, rather than creating a whole new Matrix space.
|
||||||
|
- [mautrix-gmessages](https://docs.mau.fi/bridges/go/gmessages/index.html) (SMS puppet): You can use mautrix-gmessages to bridge SMS chats over to Matrix, including both reading and sending SMS. You can set it up for yourself with [their instructions](https://docs.mau.fi/bridges/go/gmessages/authentication.html).
|
||||||
|
- [mautrix-whatsapp](https://docs.mau.fi/bridges/go/whatsapp/index.html) (WhatsApp puppet): With mautrix-whatsapp, you can bridge your WhatsApp chats to Matrix, in a very similar way to the SMS bridge. See [their instructions](https://docs.mau.fi/bridges/go/whatsapp/authentication.html) for setup.
|
13
src/content/docs/Services/searxng.mdx
Normal file
13
src/content/docs/Services/searxng.mdx
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: SearXNG
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
SearXNG lets you perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. SearXNG works by aggregating results from many different search engines (you can configure which ones it queries) into one page. You can find SearXNG hosted at https://search.federated.nexus.
|
||||||
|

|
||||||
|
|
||||||
|
## Settings
|
||||||
|
|
||||||
|
SearXNG is very customizable, there are many settings you can customize, including what search engines to query, the UI theme, and more.
|
||||||
|

|
|
@ -24,7 +24,7 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
using the [Grapevine](https://grapevine.computer.surgery/) software.
|
using the [Grapevine](https://grapevine.computer.surgery/) software.
|
||||||
Matrix is an open-source communications platform, allowing you to chat
|
Matrix is an open-source communications platform, allowing you to chat
|
||||||
to communities of your choice. We also host multiple matrix bridges,
|
to communities of your choice. We also host multiple matrix bridges,
|
||||||
including a Discord bridge, a WhatsApp puppet, and even an SMS puppet!
|
including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](/services/matrix)
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Open Source Collaborative Editing" icon="document">
|
<Card title="Open Source Collaborative Editing" icon="document">
|
||||||
LaSuite Docs is a free and open source alternative to Google Docs,
|
LaSuite Docs is a free and open source alternative to Google Docs,
|
||||||
|
@ -38,7 +38,7 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
We run a [SearXNG](https://searxng.org) instance that allows you to log
|
We run a [SearXNG](https://searxng.org) instance that allows you to log
|
||||||
in using your Federated Nexus account and perform fast, privacy-focused
|
in using your Federated Nexus account and perform fast, privacy-focused
|
||||||
searches across the web—completely free from tracking, profiling, or
|
searches across the web—completely free from tracking, profiling, or
|
||||||
intrusive advertising.
|
intrusive advertising. [Learn More...](/services/searxng)
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="A Fast and Free Home for Your Code" icon="seti:git">
|
<Card title="A Fast and Free Home for Your Code" icon="seti:git">
|
||||||
We host a free instance of [Forgejo](https://forgejo.org) at
|
We host a free instance of [Forgejo](https://forgejo.org) at
|
||||||
|
|
BIN
src/images/searxng/search.png
Normal file
BIN
src/images/searxng/search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 KiB |
BIN
src/images/searxng/settings.png
Normal file
BIN
src/images/searxng/settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
Loading…
Add table
Add a link
Reference in a new issue