minor changes

This commit is contained in:
Felix Ableitner 2023-04-24 22:00:52 +02:00
parent e6f898cf10
commit 85e836adbb
11 changed files with 15 additions and 12 deletions

View file

@ -1,15 +1,16 @@
# Summary
- [Introduction](introduction.md)
# For Users
- [Introduction](users/01-introduction.md)
- [Getting Started](users/02-getting-started.md)
- [Media](users/03-media.md)
- [Votes and Ranking](users/04-votes-and-ranking.md)
- [Moderation](users/05-moderation.md)
- [Censorship Resistance](users/06-censorship-resistance.md)
- [Other Features](users/07-other-features.md)
- [History of Lemmy](users/08-history-of-lemmy.md)
- [Getting Started](users/01-getting-started.md)
- [Media](users/02-media.md)
- [Votes and Ranking](users/03-votes-and-ranking.md)
- [Moderation](users/04-moderation.md)
- [Censorship Resistance](users/05-censorship-resistance.md)
- [Other Features](users/06-other-features.md)
- [History of Lemmy](users/07-history-of-lemmy.md)
# For Admins

View file

@ -8,7 +8,7 @@ The first thing to do is to go to your admin panel, which can be found by clicki
Take the time to browse through the entire page to discover the different options you have to customize your Lemmy instance, on the same page you can edit your [configuration file](configuration.md), where you can find information about your database, the email used by the server, the federation options or who is the main administrator.
It is always good to define another administrator than yourself, in case it is necessary to take actions while you take your best nap. Take a look at the [moderation guide](../moderation/moderation.md) for more information on how to do this.
It is always good to define another administrator than yourself, in case it is necessary to take actions while you take your best nap. Take a look at the [moderation guide](../users/04-moderation.md) for more information on how to do this.
## Check that everything is working properly

View file

@ -35,8 +35,8 @@ Firefox containers are a good way to test them interacting.
Note that federation is currently in alpha. **Only use it for testing**, not on any production server, and be aware that turning on federation may break your instance.
Follow the normal installation instructions, either with [Ansible](../administration/install_ansible.md) or
[manually](../administration/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in
Follow the normal installation instructions, either with [Ansible](../admins/install_ansible.md) or
[manually](../admins/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in
`/lemmy/docker-compose.yml` with `image: dessalines/lemmy:federation`.
Afterwards, and whenever you want to update to the latest version, run these commands on the server:

View file

@ -19,4 +19,6 @@ In practical terms: Imagine if you could follow an Facebook group from your Redd
Unlike proprietary services, anyone has the complete freedom to run, examine, inspect, copy, modify, distribute, and reuse the Lemmy source code. Just like how users of Lemmy can choose their service provider, you as an individual are free to contribute features to Lemmy or publish a modified version of Lemmy that includes different features. These modified versions, also known as software forks, are required to also uphold the same freedoms as the original Lemmy project. Because Lemmy is libre software that respects your freedom, personalizations are not only allowed but encouraged.
Adapted from [Mastodon documentation](https://docs.joinmastodon.org/) under CC BY-SA 4.0.
<sub>You can contribute to this documentation in the [git repository](https://github.com/LemmyNet/lemmy-docs/pull/172).</sub>
<sub>This page is adapted from [Mastodon documentation](https://docs.joinmastodon.org/) under CC BY-SA 4.0.</sub>