From 92afbe55de16bb0851430f088825e869a1a4a446 Mon Sep 17 00:00:00 2001 From: ayaka Date: Sun, 2 Jun 2024 00:34:41 +1200 Subject: [PATCH] half rebrand the README --- README.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 4b945ad..8d333fd 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,10 @@ -# Redlib +logo -> An alternative private front-end to Reddit, with its origins in [Libreddit](https://github.com/libreddit/libreddit). +# Redsunlib +> An alternative private front-end to Reddit, a fork of [Redlib](https://github.com/redlib-org/redlib) with some function and cosmetic changes. ![screenshot](https://i.ibb.co/QYbqTQt/libreddit-rust.png) ---- - -**10-second pitch:** Redlib is a private front-end like [Invidious](https://github.com/iv-org/invidious) but for Reddit. Browse the coldest takes of [r/unpopularopinion](https://redlib.matthew.science/r/unpopularopinion) without being [tracked](#reddit). - -- 🚀 Fast: written in Rust for blazing-fast speeds and memory safety -- ☁️ Light: no JavaScript, no ads, no tracking, no bloat -- 🕵 Private: all requests are proxied through the server, including media -- 🔒 Secure: strong [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) prevents browser requests to Reddit - ---- - ## Table of Contents 1. [Redlib](#redlib) @@ -30,7 +20,6 @@ - [Reddit](#reddit) - [Redlib](#redlib-1) - [Server](#server) - - [Official instance (redlib.matthew.science)](#official-instance-redlibmatthewscience) 5. [Deployment](#deployment) - [Docker](#docker) - [Docker Compose](#docker-compose) @@ -61,9 +50,6 @@ For information on instance uptime, see the [Uptime Robot status page](https://s # About -> [!NOTE] -> Find Redlib on 💬 [Matrix](https://matrix.to/#/#redlib:matrix.org), 🐋 [Quay.io](https://quay.io/repository/redlib/redlib), :octocat: [GitHub](https://github.com/redlib-org/redlib), and 🦊 [GitLab](https://gitlab.com/redlib/redlib). - Redlib hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat. Redlib was inspired by other alternative front-ends to popular services such as [Invidious](https://github.com/iv-org/invidious) for YouTube, [Nitter](https://github.com/zedeus/nitter) for Twitter, and [Bibliogram](https://sr.ht/~cadence/bibliogram/) for Instagram. Redlib currently implements most of Reddit's (signed-out) functionalities but still lacks [a few features](https://github.com/redlib-org/redlib/issues). @@ -158,16 +144,6 @@ For transparency, I hope to describe all the ways Redlib handles user privacy. - **Cookies:** Redlib uses optional cookies to store any configured settings in [the settings menu](https://redlib.matthew.science/settings). These are not cross-site cookies and the cookies hold no personal data. -#### Official instance (redlib.matthew.science) - -The official instance is hosted at https://redlib.matthew.science. - -- **Server:** The official instance runs a production binary, and thus logs nothing. - -- **DNS:** The domain for the official instance uses Cloudflare as the DNS resolver. However, this site is not proxied through Cloudflare, and thus Cloudflare doesn't have access to user traffic. - -- **Hosting:** The official instance is hosted on [Replit](https://replit.com/), which monitors usage to prevent abuse. I can understand if this invalidates certain users' threat models, and therefore, self-hosting, using unofficial instances, and browsing through Tor are welcomed. - --- # Deployment