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 dae66517aa Adding versioning to front page.
- Fixes #51
5 years ago
docs Adding expanding navbar, some docs 5 years ago
server Hiding some print messages, removing unused code. 5 years ago
ui Adding versioning to front page. 5 years ago
.dockerignore Adding docker. 5 years ago
.travis.yml Travis 5 years ago
Dockerfile Changing port, adding icon. 5 years ago
LICENSE Initial commit 5 years ago
README.md Adding user details / overview page. 5 years ago
docker-compose.yml Changing port, adding icon. 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

the name

Lead singer from motorhead. The old school video game. The furry rodents.

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