]> Untitled Git - lemmy.git/blob - README.md
add enable_federated_downvotes site option
[lemmy.git] / README.md
1 <div align="center">
2
3 ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/lemmy.svg)
4 [![Build Status](https://woodpecker.join-lemmy.org/api/badges/LemmyNet/lemmy/status.svg)](https://woodpecker.join-lemmy.org/LemmyNet/lemmy)
5 [![GitHub issues](https://img.shields.io/github/issues-raw/LemmyNet/lemmy.svg)](https://github.com/LemmyNet/lemmy/issues)
6 [![Docker Pulls](https://img.shields.io/docker/pulls/dessalines/lemmy.svg)](https://cloud.docker.com/repository/docker/dessalines/lemmy/)
7 [![Translation status](http://weblate.join-lemmy.org/widgets/lemmy/-/lemmy/svg-badge.svg)](http://weblate.join-lemmy.org/engage/lemmy/)
8 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
9 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
10 [![Delightful Humane Tech](https://codeberg.org/teaserbot-labs/delightful-humane-design/raw/branch/main/humane-tech-badge.svg)](https://codeberg.org/teaserbot-labs/delightful-humane-design)
11
12 </div>
13
14 <p align="center">
15   <span>English</span> |
16   <a href="readmes/README.es.md">Español</a> |
17   <a href="readmes/README.ru.md">Русский</a> |
18   <a href="readmes/README.zh.hans.md">汉语</a> |
19   <a href="readmes/README.zh.hant.md">漢語</a> |
20   <a href="readmes/README.ja.md">日本語</a>
21 </p>
22
23 <p align="center">
24   <a href="https://join-lemmy.org/" rel="noopener">
25  <img width=200px height=200px src="https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg"></a>
26
27  <h3 align="center"><a href="https://join-lemmy.org">Lemmy</a></h3>
28   <p align="center">
29     A link aggregator and forum for the fediverse.
30     <br />
31     <br />
32     <a href="https://join-lemmy.org">Join Lemmy</a>
33     ·
34     <a href="https://join-lemmy.org/docs/index.html">Documentation</a>
35     ·
36     <a href="https://matrix.to/#/#lemmy-space:matrix.org">Matrix Chat</a>
37     ·
38     <a href="https://github.com/LemmyNet/lemmy/issues">Report Bug</a>
39     ·
40     <a href="https://github.com/LemmyNet/lemmy/issues">Request Feature</a>
41     ·
42     <a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
43     ·
44     <a href="https://join-lemmy.org/docs/code_of_conduct.html">Code of Conduct</a>
45   </p>
46 </p>
47
48 ## About The Project
49
50 | Desktop                                                                                                    | Mobile                                                                                                      |
51 | ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
52 | ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
53
54 [Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), or [Hacker News](https://news.ycombinator.com/): 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](https://en.wikipedia.org/wiki/Fediverse).
55
56 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.
57
58 It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.
59
60 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.
61
62 ### Why's it called Lemmy?
63
64 - Lead singer from [Motörhead](https://invidio.us/watch?v=3mbvWn1EY6g).
65 - The old school [video game](<https://en.wikipedia.org/wiki/Lemmings_(video_game)>).
66 - The [Koopa from Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
67 - The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
68
69 ### Built With
70
71 - [Rust](https://www.rust-lang.org)
72 - [Actix](https://actix.rs/)
73 - [Diesel](http://diesel.rs/)
74 - [Inferno](https://infernojs.org)
75 - [Typescript](https://www.typescriptlang.org/)
76
77 ## Features
78
79 - Open source, [AGPL License](/LICENSE).
80 - Self hostable, easy to deploy.
81   - Comes with [Docker](https://join-lemmy.org/docs/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/administration/install_ansible.html).
82 - Clean, mobile-friendly interface.
83   - Only a minimum of a username and password is required to sign up!
84   - User avatar support.
85   - Live-updating Comment threads.
86   - Full vote scores `(+/-)` like old Reddit.
87   - Themes, including light, dark, and solarized.
88   - Emojis with autocomplete support. Start typing `:`
89   - User tagging using `@`, Community tagging using `!`.
90   - Integrated image uploading in both posts and comments.
91   - A post can consist of a title and any combination of self text, a URL, or nothing else.
92   - Notifications, on comment replies and when you're tagged.
93     - Notifications can be sent via email.
94     - Private messaging support.
95   - i18n / internationalization support.
96   - RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
97 - Cross-posting support.
98   - A _similar post search_ when creating new posts. Great for question / answer communities.
99 - Moderation abilities.
100   - Public Moderation Logs.
101   - Can sticky posts to the top of communities.
102   - Both site admins, and community moderators, who can appoint other moderators.
103   - Can lock, remove, and restore posts and comments.
104   - Can ban and unban users from communities and the site.
105   - Can transfer site and communities to others.
106 - Can fully erase your data, replacing all posts and comments.
107 - NSFW post / community support.
108 - High performance.
109   - Server is written in rust.
110   - Front end is `~80kB` gzipped.
111   - Supports arm64 / Raspberry Pi.
112
113 ## Installation
114
115 - [Lemmy Administration Docs](https://join-lemmy.org/docs/administration/administration.html)
116
117 ## Lemmy Projects
118
119 - [awesome-lemmy - A community driven list of apps and tools for lemmy](https://github.com/dbeley/awesome-lemmy)
120
121 ## Support / Donate
122
123 Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
124
125 - [Support on Liberapay](https://liberapay.com/Lemmy).
126 - [Support on Patreon](https://www.patreon.com/dessalines).
127 - [Support on OpenCollective](https://opencollective.com/lemmy).
128 - [List of Sponsors](https://join-lemmy.org/donate).
129
130 ### Crypto
131
132 - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
133 - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
134 - monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
135 - cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm`
136
137 ## Contributing
138
139 - [Contributing instructions](https://join-lemmy.org/docs/contributors/01-overview.html)
140 - [Docker Development](https://join-lemmy.org/docs/contributors/03-docker-development.html)
141 - [Local Development](https://join-lemmy.org/docs/contributors/02-local-development.html)
142
143 ### Translations
144
145 - If you want to help with translating, take a look at [Weblate](https://weblate.join-lemmy.org/projects/lemmy/). You can also help by [translating the documentation](https://github.com/LemmyNet/lemmy-docs#adding-a-new-language).
146
147 ## Contact
148
149 - [Mastodon](https://mastodon.social/@LemmyDev)
150 - [Lemmy Support Forum](https://lemmy.ml/c/lemmy_support)
151
152 ## Code Mirrors
153
154 - [GitHub](https://github.com/LemmyNet/lemmy)
155 - [Gitea](https://git.join-lemmy.org/LemmyNet/lemmy)
156 - [Codeberg](https://codeberg.org/LemmyNet/lemmy)
157
158 ## Credits
159
160 Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.