Go to file
2022-06-30 10:17:15 +00: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 Update Fluence to v1.9.19 2022-06-30 10:17:15 +00:00
s6/root Install ceramic and glaze (#38) 2022-06-21 11:08:30 +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 Install ceramic and glaze (#38) 2022-06-21 11:08:30 +03:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
local-network-compose.yml update nodes 2022-04-06 23:25:21 +04:00
README.md Install ceramic and glaze (#38) 2022-06-21 11:08:30 +03:00

node-distro

The distributive and packaging of the Fluence node.

Currently provides Network Dashboard as a side-car.

Configuration

Environmental variables

variable required description
CERAMIC_HOST ceramic daemon address

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