Rewrite admin documentation
This commit is contained in:
parent
f0857ae5fd
commit
17f1941b0b
248 changed files with 10920 additions and 10168 deletions
|
|
@ -7,6 +7,32 @@
|
|||
Pod
|
||||
A pod is an instance of Funkwhale running on a server. Pods can communicate with one another across the {term}`Fediverse`.
|
||||
|
||||
Authenticated
|
||||
Users who have an account on a Funkwhale pod. These users provide their authentication information when accessing content.
|
||||
|
||||
Anonymous
|
||||
Users who do not have an account on a Funkwhale pod. These users don't provide any authentication when accessing content.
|
||||
|
||||
Permissions
|
||||
Additional rights that an administrator/moderator can grant to a user. Permissions grant access to menus and actions in Funkwhale.
|
||||
|
||||
Available permissions:
|
||||
|
||||
- {guilabel}`Moderation` – Grants access to the {guilabel}`Moderation` menu. Enables the user to moderate users, domains, and the allow-list.
|
||||
- {guilabel}`Manage library` – Grants access to the {guilabel}`Library` menu. Enables the user to make changes to library content. This includes deleting local objects and handling edit suggestions.
|
||||
- {guilabel}`Manage instance-level settings` – Grants access to the {guilabel}`Settings` menu. Enables the user to make changes to pod-level settings such as security settings and API behavior.
|
||||
|
||||
Report categories
|
||||
The different types of report a person can submit to your pod.
|
||||
|
||||
Available categories:
|
||||
|
||||
- {guilabel}`Takedown request` – allow users to request content be removed from your pod.
|
||||
- {guilabel}`Invalid metadata` – allow users to inform moderators about incorrect metadata on content.
|
||||
- {guilabel}`Illegal content` – allow users to flag content as illegal.
|
||||
- {guilabel}`Offensive content` – allow users to flag offensive or hurtful content to moderators.
|
||||
- {guilabel}`Other` – allow users to submit reports that don't fit into the above categories.
|
||||
|
||||
```
|
||||
|
||||
## Channel glossary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue