X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README.md;h=c325526a1d3cfca42ae051d3f5e720463484f590;hb=dc5301b89f88d5bb91da8d4540ba269aa5cb87ae;hp=cd8785ea43bf3c71a5cccd72e9a51b65abdfca19;hpb=d8ccd71522745a19b881e64ebd83aa471b13a311;p=fba.git diff --git a/README.md b/README.md index cd8785e..c325526 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ 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 ``` + ### Install the services ```bash @@ -33,7 +36,7 @@ systemctl enable --now fedi_block_api ## Try it out -https://chizu.love/fedi-block-api/api +https://fba.ryona.agency/ ## License