]> git.mxchange.org Git - fba.git/blobdiff - README.md
Continued:
[fba.git] / README.md
index c4fea7bd39aa91ae911958b0a331f769353f8f40..eb278ba368e28d2fd716bbaf7b8849833baddb1d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,10 +12,25 @@ Used to see which instances block yours.
 sudo useradd -m fba
 sudo mkdir -p /opt/fedi-block-api
 sudo chown -R fba:fba /opt/fedi-block-api
-sudo -Hu fba git clone https://gitlab.com/EnjuAihara/fedi-block-api.git /opt/fedi-block-api
+sudo -Hu fba git clone https://git.kiwifarms.net/mint/fedi-block-api.git /opt/fedi-block-api
 cd /opt/fedi-block-api
 sudo -Hu fba pip3 install -r requirements.txt
-sudo -Hu fba cp blocks_preloaded.db blocks.db
+sudo -Hu fba cp blocks_empty.db blocks.db
+sudo -Hu fba python3 fetch_instances.py mastodon.social # try a bunch of large servers here
+sudo -Hu fba cp config.defaults.json config.json
+```
+
+### Alter configuration file
+You maybe wish to change the configuration file, e.g. log_level is set to "info" which is the
+default but invates privacy of your users, but your choice:
+
+```
+    "critical"
+    "error"
+    "warning"
+    "info"
+    "debug"
+    "trace"
 ```
 
 ### Install the services
@@ -33,10 +48,8 @@ systemctl enable --now fedi_block_api
 
 ## Try it out
 
-https://chizu.love/fedi-block-api/api/domain/info
-
-https://chizu.love/fedi-block-api/api/domain/ {domain}
+https://fba.ryona.agency/
 
 ## License
 
-[AGPLv3+NIGGER](https://plusnigger.autism.exposed/)
+[AGPLv3](https://gnu.org)