diff options
author | Anthony Wang | 2022-08-17 00:34:49 +0800 |
---|---|---|
committer | Anthony Wang | 2022-08-17 00:34:49 +0800 |
commit | f46ca76ea1a168d93bdbb85cbcd13d55b42e4162 (patch) | |
tree | 346d5563a743582854d617a13737194c3c178354 | |
parent | 89590b60ce2693c842fe2617a6c5ca34e42f9f0b (diff) |
-rw-r--r-- | Running-federated-Gitea.md | 6 |
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 |