mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-10 22:43:10 +00:00
Updated Fediverse (markdown)
parent
13e2b2253e
commit
0fbfa28c6f
|
@ -1,4 +1,5 @@
|
||||||
# Fediverse
|
# Fediverse
|
||||||
|
This document covers how to block spam using Caterpillar in web applications using the federation based on the ActivityPub protocol (referred to as Fediverse), such as Mastodon, Misskey, Pleroma.
|
||||||
|
|
||||||
## Spam filtering strategy (Fediverse only)
|
## Spam filtering strategy (Fediverse only)
|
||||||
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))
|
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))
|
||||||
|
@ -45,3 +46,7 @@ LIBREY_APIURL=
|
||||||
### In NGINX configuration
|
### In NGINX configuration
|
||||||
1. Check your port number of Caterpillar (default: 5555)
|
1. Check your port number of Caterpillar (default: 5555)
|
||||||
1. In NGINX configuration (e.g. `/etc/nginx/conf.d/mastodon.conf`), edit the `proxy_pass` like a `proxy_pass http://localhost:5555`
|
1. In NGINX configuration (e.g. `/etc/nginx/conf.d/mastodon.conf`), edit the `proxy_pass` like a `proxy_pass http://localhost:5555`
|
||||||
|
|
||||||
|
## Report abuse
|
||||||
|
* ActivityPub [@gnh1201@catswords.social](https://catswords.social/@gnh1201)
|
||||||
|
* abuse@catswords.net
|
||||||
|
|
Loading…
Reference in New Issue
Block a user