Sign inSign up

putraeka/redlib

By putraeka

Updated over 2 years ago

Redlib is a fork of Libreddit that adds OAuth spoofing that bypasses rate limitations.

Image
Web servers
0

1.2K

putraeka/redlib repository overview

Redlib is a fork of Libreddit that adds OAuth spoofing that bypasses rate limitations.

Redlib fork of Libreddit

Info

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 for YouTube, Nitter for Twitter, and Bibliogram for Instagram.

Redlib currently implements most of Reddit's (signed-out) functionalities but still lacks a few features.

Docker Run

docker run -p 8080:8080 putraeka/redlib:latest

Docker Compose

version: "3.8"
services:
  redlib:
    container_name: redlib
    image: putraeka/redlib:latest
    restart: unless-stopped
    ports:
      - 8080:8080

Tag summary

Content type

Image

Digest

sha256:3b9041c19

Size

7.3 MB

Last updated

over 2 years ago

docker pull putraeka/redlib