]> Untitled Git - lemmy.git/blob - docs/src/about_features.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / about_features.md
1 # Features
2
3 - Open source, [AGPL License](/LICENSE).
4 - Self hostable, easy to deploy.
5   - Comes with [Docker](#docker), [Ansible](#ansible), [Kubernetes](#kubernetes).
6 - Clean, mobile-friendly interface.
7   - Only a minimum of a username and password is required to sign up!
8   - User avatar support.
9   - Live-updating Comment threads.
10   - Full vote scores `(+/-)` like old reddit.
11   - Themes, including light, dark, and solarized.
12   - Emojis with autocomplete support. Start typing `:`
13   - User tagging using `@`, Community tagging using `#`.
14   - Integrated image uploading in both posts and comments.
15   - A post can consist of a title and any combination of self text, a URL, or nothing else.
16   - Notifications, on comment replies and when you're tagged.
17     - Notifications can be sent via email.
18   - i18n / internationalization support.
19   - RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
20 - Cross-posting support.
21   - A *similar post search* when creating new posts. Great for question / answer communities.
22 - Moderation abilities.
23   - Public Moderation Logs.
24   - Can sticky posts to the top of communities.
25   - Both site admins, and community moderators, who can appoint other moderators.
26   - Can lock, remove, and restore posts and comments.
27   - Can ban and unban users from communities and the site.
28   - Can transfer site and communities to others.
29 - Can fully erase your data, replacing all posts and comments.
30 - NSFW post / community support.
31 - High performance.
32   - Server is written in rust.
33   - Front end is `~80kB` gzipped.
34   - Front end works without javascript (read-only).
35   - Supports arm64 / Raspberry Pi.