This is now included in IPFS Toolbox
This is a web ui for ipfs-cluster-service.
You can check it out right here.
Or you can follow the instructions below and build it yourself.
The service.json file will have to have restapi.cors_allowed_methods with at least the values ["GET","POST","DELETE"].
Or updating/adding/deleting will not work.
- Clone this repository
- install dependencies with
yarn install - start the webui
yarn start
