Go to file
2022-03-01 15:48:58 +03:00
.github/workflows Push fluencelabs/fluence:latest on release 2021-11-05 13:23:20 +03:00
.vscode Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
fluence grafana update 2022-03-01 15:48:58 +03:00
s6/root Unset $HOME for daemons (#15) 2021-10-21 18:22:47 +03:00
.gitignore Add services.json & fluence.json (#8) 2021-09-02 12:48:48 +03:00
docker-compose.yml Add ipfs-adapter builtin (#4) 2021-07-01 23:05:56 +03:00
Dockerfile Use ubuntu focal as base (glibc 2.31) (#11) 2021-09-27 20:40:58 +03:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
local-network-compose.yml Add Prometheus and Grafana configs and dashboards (#26) 2022-02-05 15:57:50 +03:00
README.md Add README.md 2021-06-22 13:38:59 +03:00

node-distro

The distributive and packaging of the Fluence node.

Currently provides Network Dashboard as a side-car.

How to run

Copy docker-compose.yml locally and run

docker-compose up -d

That will run 2 containers: local Fluence node and Network Dashboard connected to it.

How to open dashboard

Open http://localhost:8080 in your browser