Another instance to search public blocks and do stats and more, like one FBA but with NodeJS powers. https://fediblock.manalejandro.com
Go to file
ale 03fcba7878
Some checks reported errors
continuous-integration/drone/push Build was killed
css darklight
2024-10-06 18:05:08 +02:00
elasticsearch-data initial commit 2024-09-15 19:44:53 +02:00
lib requestPart try catch 2024-10-06 00:37:12 +02:00
public css darklight 2024-10-06 18:05:08 +02:00
.drone.yml .drone.yml 2024-09-17 04:58:18 +02:00
.gitignore initial commit 2024-09-15 19:44:53 +02:00
.gitlab-ci.yml initial commit 2024-09-15 19:44:53 +02:00
docker-compose.yml test stream-json 2024-09-28 02:15:08 +02:00
Dockerfile initial commit 2024-09-15 19:44:53 +02:00
fediblock-mapping.json initial commit 2024-09-15 19:44:53 +02:00
package.json stream-json out 2024-09-29 09:41:37 +02:00
README.md build and quality 2024-09-18 01:57:34 +02:00
served.txt initial commit 2024-09-15 19:44:53 +02:00
server.js api inbox 2024-09-30 04:10:42 +02:00

Fediblock Instance Build Status Quality Gate Status

Another instance to search public blocks and do stats and more, like one FBA but with NodeJS powers.

We need one mongodb instance for federation and one elasticsearch node to storage data.

Install

$ yarn or npm i

Build frontend

$ yarn build or npm run build

Configuration

  • edit lib/constant.js with your environment preferences

Start

$ yarn start or npm run start

Docker

$ docker compose build or docker pull registry.manalejandro.com/fediblock-instance
$ docker compose pull
$ docker compose up -d

Best deploy with subdomain in one HTTPS proxy like nginx or apache throught 4000/tcp port

License

MIT