2022-03-31 19:31:34 +02:00
2022-03-31 19:00:08 +02:00
2022-03-31 19:31:34 +02:00
2022-03-06 14:46:43 +01:00
2022-03-11 22:20:40 +01:00
2022-03-31 19:00:08 +02:00
2022-03-03 17:16:06 +01:00
2022-03-31 19:31:34 +02:00

Fedi block API

Used to see which instances block yours.

software used:

Installation

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
cd /opt/fedi-block-api
sudo -Hu fba cp blocks_preloaded.db blocks.db

Install the services

sudo cp services/* /etc/systemd/system

Install node packages

cd apis
sudo -Hu fba yarn install

start the services

systemctl enable --now fetch_blocks
systemctl enable --now fedi_block_api

Try it out

https://chizu.love/fedi-block-api/api

License

AGPLv3+NIGGER

Description
No description provided
Readme 2.6 MiB
Languages
Python 82.6%
HTML 17.4%