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 c075ec2c79 Adding Favicon. 5 years ago
docs Adding expanding navbar, some docs 5 years ago
server Travis 5 years ago
ui Adding Favicon. 5 years ago
.dockerignore Adding docker. 5 years ago
.travis.yml Travis 5 years ago
Dockerfile Adding docker. 5 years ago
LICENSE Initial commit 5 years ago
README.md Adding Favicon. 5 years ago
docker-compose.yml Adding health check to docker-compose. 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

Install

Docker

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

and goto http://localhost:8080

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:8080

Documentation

Credits

Icons made by Freepik licensed by CC 3.0