Another instance to search public blocks and do stats and more, like one FBA but with NodeJS powers.
https://fediblock.manalejandro.com
ale
e2d783713d
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: ale <ale@manalejandro.com> |
||
---|---|---|
elasticsearch-data | ||
lib | ||
public | ||
.drone.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
docker-compose.yml | ||
Dockerfile | ||
fediblock-mapping.json | ||
package.json | ||
README.md | ||
served.txt | ||
server.js |
Fediblock Instance
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