Add redlib pages
This commit is contained in:
parent
b2febf1b13
commit
b9393a07de
5 changed files with 26 additions and 1 deletions
20
src/content/docs/Services/redlib.mdx
Normal file
20
src/content/docs/Services/redlib.mdx
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Redlib
|
||||
---
|
||||
|
||||
Redlib is a fast, open source, privacy respecting frontend for Reddit. It lets you browse subreddits, view posts, and read comments—all without JavaScript, tracking, or ads. Unlike the official Reddit site, Redlib doesn't nag you to log in, install an app, or accept cookies. You can access our instance at https://redlib.federated.nexus.
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
Redlib provides a clean, fast, and private way to browse Reddit. It supports many themes and settings, works well on both desktop and mobile, and makes it easy to view posts, preview media, and read comment threads without any ads, tracking, or JavaScript.
|
||||
|
||||

|
||||
|
||||
## Automatic Redirection
|
||||
|
||||
If you'd like to automatically use Redlib whenever you visit Reddit, you can install the [LibRedirect](https://libredirect.github.io) browser extension. LibRedirect detects when you open a site like reddit.com and redirects you to a privacy-respecting alternative, which in this case is our Redlib instance.
|
||||
|
||||
Once installed, just open the LibRedirect settings, select "Reddit" in the Service dropdown, and select **Redlib** in the "Frontend" dropdown. Then, under "Add your favorite instances", enter `https://redlib.federated.nexus`, and hit "+". That's it, you're done!
|
||||

|
|
@ -19,12 +19,13 @@ hero:
|
|||
import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||
|
||||
<CardGrid>
|
||||
|
||||
<Card title="Private and Free Communications" icon="comment">
|
||||
Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Grapevine](https://grapevine.computer.surgery/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](/services/matrix)
|
||||
</Card>
|
||||
|
||||
<Card title="Open Source Collaborative Editing" icon="document">
|
||||
LaSuite Docs is a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](/services/docs)
|
||||
We host LaSuite Docs, a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can compose documents in a GUI similar to Google Docs, and export as DocX or PDF. You can also add subdocuments, and share links to others, even those without an account. [Learn More...](/services/docs)
|
||||
</Card>
|
||||
|
||||
<Card title="Fast & Private Search Made Simple" icon="magnifier">
|
||||
|
@ -35,6 +36,10 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
|||
We host a free instance of [Forgejo](https://forgejo.org) at [git.federated.nexus](https://git.federated.nexus)! Forgejo is an open source git forge, that (unlike GitHub) will never train an AI on your code 🙃. [Learn More...](/services/forgejo)
|
||||
</Card>
|
||||
|
||||
<Card title="Browse Reddit Privately" icon="reddit">
|
||||
Redlib is a free and open source alternative frontend for Reddit, designed to strip out tracking, ads, and distractions. You can browse posts, read comments, and subscribe to subreddits—without the bloat or spyware. [Learn More...](/services/redlib)
|
||||
</Card>
|
||||
|
||||
<Card title="Friendly and Inclusive Community" icon="heart">
|
||||
We aim to maintain a friendly, diverse, and inclusive community. As part of this I'm not afraid to hoist the ban hammer against any bigoted, homophobic, or otherwise unfriendly people. We follow the [Contributor Covenant](/code).
|
||||
</Card>
|
||||
|
|
BIN
src/images/redlib/home.png
Normal file
BIN
src/images/redlib/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,013 KiB |
BIN
src/images/redlib/libredirect.png
Normal file
BIN
src/images/redlib/libredirect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
BIN
src/images/redlib/post.png
Normal file
BIN
src/images/redlib/post.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 326 KiB |
Loading…
Add table
Add a link
Reference in a new issue