Go to file
spikecodes 9b34489197 Create Dockerfile for Docker 2020-10-11 11:40:11 -07:00
src Fix User Post Timestamps 2020-10-11 10:52:46 -07:00
templates New UI and Post/Comment Timestamps 2020-10-10 13:56:22 -07:00
.gitignore Initial commit 2020-08-11 17:19:08 -07:00
Cargo.lock New UI and Post/Comment Timestamps 2020-10-10 13:56:22 -07:00
Cargo.toml New UI and Post/Comment Timestamps 2020-10-10 13:56:22 -07:00
Dockerfile Create Dockerfile for Docker 2020-10-11 11:40:11 -07:00
README.md Merge branch 'master' into visible-score 2020-10-03 11:44:34 -07:00
Rocket.toml Initial commit 2020-08-11 17:19:08 -07:00

README.md

Libreddit

Libre + Reddit = Libreddit

Features

  • 🚀 Fast: written in Rust for blazing fast speeds and safety
  • ☁️ Light: uses no javascript or ads
  • 🕵 Private: all most requests are proxied through the server (images are still loaded from Reddit)
  • 🔒 Safe: does not rely on Reddit's closed APIs
  • 📱 Responsive: works great on mobile!

Think Invidious but for Reddit. Watch your cat videos without being watched.

Note: Libreddit is still a WIP.

Instances

Deploy an Instance

A) Manual

Make sure you have Rust installed first or else cargo commands won't work.Libreddit uses Rocket for the web server and as of now, Rocket requires Rust Nightly.

rustup default nightly

Deploy using these commands:

git clone https://github.com/spikecodes/libreddit.git
cd libreddit
cargo run