Start adding moderation rules docs

This commit is contained in:
Ciaran Ainsworth 2022-01-20 15:03:00 +01:00 committed by Ciarán Ainsworth
parent 12910d7649
commit 5b63491fec
7 changed files with 94 additions and 0 deletions

View File

@ -46,6 +46,7 @@ hidden: true
moderator_documentation/index
moderator_documentation/reports/index
moderator_documentation/domains/index
```

View File

@ -0,0 +1,29 @@
# Add a domain to your pod's domain list
Funkwhale records the domains of other {term}`Fediverse` servers when users interact with them. Once a domain is in your domains list, you can [add moderation rules](add_rules.md) to it.
You can also add domains to this list at any time to create rules before users interact with them. To do this:
```{tabbed} Desktop
1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens.
4. Select {guilabel}`Domains` at the top of the page. The {guilabel}`Domains` page opens. You can see a list of known domains on this page.
5. Enter the URL of the Fediverse server you want to add in the {guilabel}`Add a domain` field.
6. Select {guilabel}`Add` to add the domain. The domain moderation page opens.
```
```{tabbed} Mobile
1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the page to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens.
4. Select {guilabel}`Domains` at the top of the page. The {guilabel}`Domains` page opens. You can see a list of known domains on this page.
5. Enter the URL of the Fediverse server you want to add in the {guilabel}`Add a domain` field.
6. Select {guilabel}`Add` to add the domain. The domain moderation page opens.
```
That's it! The domain is now in your domains list. You can now add moderation rules to this domain.

View File

@ -0,0 +1 @@
# Add a moderation rule

View File

@ -0,0 +1 @@
# Edit a moderation rule

View File

@ -0,0 +1,26 @@
# Moderate external domains
You can add moderation rules to control how your {term}`pod` interacts with other domains. Use these rules to control access to content and interaction with users on other pods.
```{toctree}
---
caption: Manage external domains
maxdepth: 1
---
add_domain
purge_domain
```
```{toctree}
---
caption: Manage moderation rules
maxdepth: 1
---
add_rule
edit_rule
remove_rule
```

View File

@ -0,0 +1,35 @@
# Purge domain data
```{warning}
Purging a domain's data removes all objects and caches associated to that domain. This impacts users who have objects from these domains in their libraries.
```
When users follow content from another domain that content is visible on your {term}`pod`. If a domain hosts illegal or offensive content you can purge the content associated with it. To do this:
```{tabbed} Desktop
1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens.
4. Select {guilabel}`Domains` at the top of the page. The {guilabel}`Domains` page opens. You can see a list of known domains on this page.
5. Select the checkbox ({fa}`square`) next to the domain(s) you want to purge. Selected domains show a tick ({fa}`check-square`).
6. Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown.
7. Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on {count} items` warning appears.
8. Select {guilabel}`Launch`.
```
```{tabbed} Mobile
1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens.
4. Select {guilabel}`Domains` at the top of the page. The {guilabel}`Domains` page opens. You can see a list of known domains on this page.
5. Select the checkbox ({fa}`square`) next to the domain(s) you want to purge. Selected domains show a tick ({fa}`check-square`).
6. Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown.
7. Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on {count} items` warning appears.
8. Select {guilabel}`Launch`.
```
You're done! Your pod clears all the content associated with the selected domains.

View File

@ -0,0 +1 @@
# Remove a moderation rule