Updated Fediverse (markdown)

Namhyeon Go 2024-10-09 00:13:24 +09:00
parent a8f2e6408d
commit 7254255a2b

@ -18,19 +18,22 @@ The strategies were implemented to respond to the Fediverse Spam Attacks which s
[settings]
PORT=5555
SERVER_URL=localhost
SERVER_CONNECTION_TYPE=
SERVER_CONNECTION_TYPE=proxy
CA_KEY=ca.key
CA_CERT=ca.crt
CERT_KEY=cert.key
CERT_DIR=certs/
OPENSSL_BINPATH=openssl
CLIENT_ENCODING=utf-8
LOCAL_DOMAIN=example.org
LOCAL_DOMAIN=catswords.social
PROXY_PASS=http://127.0.0.1:3000
DICTIONARY_FILE=words_alpha.txt
TRUECAPTCHA_USERID=
TRUECAPTCHA_APIKEY=
LIBREY_APIURL=https://search.catswords.net
MASTODON_SERVER=
MASTODON_USER_TOKEN=
TRUECAPTCHA_USERID=YOUR_TRUECAPTCHA_USERID
TRUECAPTCHA_APIKEY=YOUR_TRUECAPTCHA_APIKEY
LIBREY_APIURL=https://serp.catswords.net
DICTIONARY_FILE=/usr/local/src/english-words/words_alpha.txt
USE_EXTENSIONS=fediverse.Fediverse
```
## For Mastodon users