Files
fediblock-instance/README.md
ale bfaab359eb
Todas las comprobaciones han sido exitosas
continuous-integration/drone Build is passing
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2025-07-18 22:19:35 +02:00

42 líneas
701 B
Markdown

# 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 `back/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