Change to using h2s

This commit is contained in:
Henry Hiles 2025-07-30 11:57:41 -04:00
commit f471221618
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -2,25 +2,25 @@
title: Matrix title: Matrix
--- ---
### Summary ## 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. [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 ## 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: 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. - 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. - 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 ## Clients
We recommend you to use one of the following clients for the best possible experience, but most should work: 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. - [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. - [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 ## Bridges
Federated Nexus hosts multiple "bridges" and "puppets", to let you talk to people on other platforms from Matrix: Federated Nexus hosts multiple "bridges" and "puppets", to let you talk to people on other platforms from Matrix:

View file

@ -2,12 +2,12 @@
title: SearXNG title: SearXNG
--- ---
### Summary ## 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. 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.
![A search for "Federated Nexus" on SearXNG, showing results with links, favicons, and descriptions](../../../images/searxng/search.png) ![A search for "Federated Nexus" on SearXNG, showing results with links, favicons, and descriptions](../../../images/searxng/search.png)
### Settings ## Settings
SearXNG is very customizable, there are many settings you can customize, including what search engines to query, the UI theme, and more. SearXNG is very customizable, there are many settings you can customize, including what search engines to query, the UI theme, and more.
![SearXNG settings page, showing many different tabs of settings](../../../images/searxng/settings.png) ![SearXNG settings page, showing many different tabs of settings](../../../images/searxng/settings.png)