summaryrefslogtreecommitdiff
path: root/Running-federated-Gitea.md
diff options
context:
space:
mode:
Diffstat (limited to 'Running-federated-Gitea.md')
-rw-r--r--Running-federated-Gitea.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Running-federated-Gitea.md b/Running-federated-Gitea.md
index 6048faa..5f67cd6 100644
--- a/Running-federated-Gitea.md
+++ b/Running-federated-Gitea.md
@@ -16,4 +16,8 @@ First, clone this repository. If you would like to build a Docker image, there i
Make sure you have `ENABLED=true` in the [federation](https://docs.gitea.io/en-us/config-cheat-sheet/#federation-federation) section of your Gitea config.
-Also, make sure your reverse-proxy is set up correctly if you use one, using the [Gitea docs](https://docs.gitea.io/en-us/reverse-proxies/) as reference. \ No newline at end of file
+Also, make sure your reverse-proxy is set up correctly if you use one, using the [Gitea docs](https://docs.gitea.io/en-us/reverse-proxies/) as reference.
+
+## Dealing with spam
+
+Currently, there are no moderation features in Gitea, so you unfortunately cannot easily block a domain. If your instance is spammed by another domain, you can clean up the remote spam users using the script from [this post](https://social.exozy.me/@ta180m/108833487026433886). \ No newline at end of file