No Description

Dessalines b459949f57 Version 0.19.4-beta.5 1 day ago
.github 6679b2559f Add SleeplessOne1917 to CODEOWNERS (#4558) 1 month ago
api_tests c31a29ec7f chore(deps): update dependency @types/node to v20.12.7 (#4647) 1 week ago
config b0370ae2fd chore: fix some comments (#4637) 1 week ago
crates b459949f57 Version 0.19.4-beta.5 1 day ago
docker efbfdc9340 chore(deps): update docker/dockerfile docker tag to v1.7 (#4650) 1 week ago
migrations 93f5df2d2a Adding post_id desc to all post_aggregates indexes. Fixes #4618 (#4662) 1 day ago
readmes 94438a8516 Removing cardano, this was never used. (#4588) 3 weeks ago
scripts 4ba6221e04 Move SQL triggers from migrations into reusable sql file (#4333) 1 week ago
src 4ba6221e04 Move SQL triggers from migrations into reusable sql file (#4333) 1 week ago
.dockerignore fc07ba2d3b Fix entrypoint in Dockerfile (#4202) 5 months ago
.gitattributes 0464c46d26 Added gitattributes to normalize all files to lf (#3386) 10 months ago
.gitignore 01aa17f38e Reenable API tests that were accidentally skipped (#4259) 4 months ago
.gitmodules cb44b14717 WIP: Email localization (fixes #500) (#2053) 2 years ago
.rustfmt.toml 164f4b93d9 Make `lemmy_api_common` wasm-compatible (#3587) 9 months ago
.woodpecker.yml 4ba6221e04 Move SQL triggers from migrations into reusable sql file (#4333) 1 week ago
Cargo.lock b459949f57 Version 0.19.4-beta.5 1 day ago
Cargo.toml b459949f57 Version 0.19.4-beta.5 1 day ago
LICENSE 8ece275d22 Initial commit 5 years ago
README.md 94438a8516 Removing cardano, this was never used. (#4588) 3 weeks ago
RELEASES.md 2dad29106a Change RELEASES.md to link to join-lemmy.org news (#3997) 6 months ago
SECURITY.md b63836b31b Add link to githubs new issue button for security advisories. Fixes #3734 (#4107) 6 months ago
cliff.toml 45c56df4e8 Adding git cliff to help generate changelogs. (#4522) 1 month ago
diesel.toml d8722b6e91 Adding diesel enums for SortType and ListingType (#2808) 1 year ago
renovate.json f68881c552 chore: Configure Renovate (#4644) 1 week ago

README.md

![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/lemmy.svg) [![Build Status](https://woodpecker.join-lemmy.org/api/badges/LemmyNet/lemmy/status.svg)](https://woodpecker.join-lemmy.org/LemmyNet/lemmy) [![GitHub issues](https://img.shields.io/github/issues-raw/LemmyNet/lemmy.svg)](https://github.com/LemmyNet/lemmy/issues) [![Docker Pulls](https://img.shields.io/docker/pulls/dessalines/lemmy.svg)](https://cloud.docker.com/repository/docker/dessalines/lemmy/) [![Translation status](http://weblate.join-lemmy.org/widgets/lemmy/-/lemmy/svg-badge.svg)](http://weblate.join-lemmy.org/engage/lemmy/) [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE) ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)

English | Español | Русский | 汉语 | 漢語 | 日本語

Lemmy

A link aggregator and forum for the fediverse.

Join Lemmy · Documentation · Matrix Chat · Report Bug · Request Feature · Releases · Code of Conduct

About The Project

Desktop Mobile
desktop mobile

Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse.

For a link aggregator, this means a user registered on one server can subscribe to forums on any other server, and can have discussions with users registered elsewhere.

It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.

Each Lemmy server can set its own moderation policy; appointing site-wide admins, and community moderators to keep out the trolls, and foster a healthy, non-toxic environment where all can feel comfortable contributing.

Why's it called Lemmy?

Built With

Features

  • Open source, AGPL License.
  • Self hostable, easy to deploy.
  • Clean, mobile-friendly interface.
    • Only a minimum of a username and password is required to sign up!
    • User avatar support.
    • Live-updating Comment threads.
    • Full vote scores (+/-) like old Reddit.
    • Themes, including light, dark, and solarized.
    • Emojis with autocomplete support. Start typing :
    • User tagging using @, Community tagging using !.
    • Integrated image uploading in both posts and comments.
    • A post can consist of a title and any combination of self text, a URL, or nothing else.
    • Notifications, on comment replies and when you're tagged.
    • Notifications can be sent via email.
    • Private messaging support.
    • i18n / internationalization support.
    • RSS / Atom feeds for All, Subscribed, Inbox, User, and Community.
  • Cross-posting support.
    • A similar post search when creating new posts. Great for question / answer communities.
  • Moderation abilities.
    • Public Moderation Logs.
    • Can sticky posts to the top of communities.
    • Both site admins, and community moderators, who can appoint other moderators.
    • Can lock, remove, and restore posts and comments.
    • Can ban and unban users from communities and the site.
    • Can transfer site and communities to others.
  • Can fully erase your data, replacing all posts and comments.
  • NSFW post / community support.
  • High performance.
    • Server is written in rust.
    • Supports arm64 / Raspberry Pi.

Installation

Lemmy Projects

Support / Donate

Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Lemmy is made possible by a generous grant from the NLnet foundation.

Crypto

  • bitcoin: 1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
  • ethereum: 0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
  • monero: 41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV

Contributing

Read the following documentation to setup the development environment and start coding:

When working on an issue or pull request, you can comment with any questions you may have so that maintainers can answer them. You can also join the Matrix Development Chat for general assistance.

Translations

Community

Code Mirrors

Credits

Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.