fedi-block-api/README.md
2022-03-06 14:46:43 +01:00

658 B

Fedi block API

Used to see which instances block yours.

software used:

  • python 3.10.2
  • node v17.6.0
  • yarn 1.22.17

Installation

Copy the preloaded database to the live database

cp blocks_preloaded.db blocks.db

Install the services

Make sure to edit the User and WorkingDirectory in each service file accordingly.

sudo cp services/* /etc/systemd/system

Install node packages

cd apis
yarn install

start the services

systemctl start mastodon_api
systemctl start fetch_blocks
systemctl start fedi_block_api

License

AGPLv3+NIGGER