Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

InterplanetaryDevs/ipfs-cluster-webui

Repository files navigation

Archived!

This is now included in IPFS Toolbox

IPFS Cluster WebUI

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.

screenshot

Notes

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.

Getting started

  1. Clone this repository
  2. install dependencies with yarn install
  3. start the webui yarn start