You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Dessalines e6542b55d2 Merge branch 'moderation'
- Fixes #63
- Fixes #62
- Fixes #61
- Fixes #60
- Fixes #59
- Fixes #57
- Fixes #56
- Fixes #50
- Fixes #49
- Some of #48
- Fixes #45
- Some of #35
- Fixes #29
- Fixes #14
5 years ago
docs Adding expanding navbar, some docs 5 years ago
server Before big moderation merge 5 years ago
ui Before big moderation merge 5 years ago
.dockerignore Adding docker. 5 years ago
.travis.yml Travis 5 years ago
Dockerfile Adding docker caching 5 years ago
LICENSE Initial commit 5 years ago
README.md Before big moderation merge 5 years ago
docker-compose.yml Shortening docker compose health check 5 years ago
install.sh Adding expanding navbar, some docs 5 years ago

README.md

Lemmy

Build Status star this repo fork this repo GitHub issues GitHub repo size Matrix License

A link aggregator / reddit clone for the fediverse.

Made with Rust, Actix, Inferno, Typescript.

Navigation

Features

  • TBD

Why's it called Lemmy?

Goals r/ censorship

Install

Docker

git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up

and goto http://localhost:8536

Local Development

Requirements

Set up Postgres DB

 psql -c "create user rrr with password 'rrr' superuser;" -U postgres
 psql -c 'create database rrr with owner rrr;' -U postgres

Running

git clone https://github.com/dessalines/lemmy
cd lemmy
./install.sh

and goto http://localhost:8536

Documentation

Credits

Icons made by Freepik licensed by CC 3.0