|
6 | 6 |
|
7 | 7 | ---
|
8 | 8 |
|
9 |
| -**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). |
| 9 | +**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://farside.link/redlib/r/unpopularopinion) without being [tracked](#reddit). |
10 | 10 |
|
11 | 11 | - 🚀 Fast: written in Rust for blazing-fast speeds and memory safety
|
12 | 12 | - ☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
|
30 | 30 | - [Reddit](#reddit)
|
31 | 31 | - [Redlib](#redlib-1)
|
32 | 32 | - [Server](#server)
|
33 |
| - - [Official instance (redlib.matthew.science)](#official-instance-redlibmatthewscience) |
34 | 33 | 5. [Deployment](#deployment)
|
35 | 34 | - [Docker](#docker)
|
36 | 35 | - [Docker Compose](#docker-compose)
|
@@ -159,17 +158,7 @@ For transparency, I hope to describe all the ways Redlib handles user privacy.
|
159 | 158 |
|
160 | 159 | - **Logging:** In production (when running the binary, hosting with docker, or using the official instances), Redlib logs nothing. When debugging (running from source without `--release`), Redlib logs post IDs fetched to aid with troubleshooting.
|
161 | 160 |
|
162 |
| -- **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. |
163 |
| - |
164 |
| -#### Official instance (redlib.matthew.science) |
165 |
| - |
166 |
| -The official instance is hosted at https://redlib.matthew.science. |
167 |
| - |
168 |
| -- **Server:** The official instance runs a production binary, and thus logs nothing. |
169 |
| - |
170 |
| -- **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. |
171 |
| - |
172 |
| -- **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. |
| 161 | +- **Cookies:** Redlib uses optional cookies to store any configured settings in the settings menu. These are not cross-site cookies and the cookies hold no personal data. |
173 | 162 |
|
174 | 163 | ---
|
175 | 164 |
|
|
0 commit comments