ConsenSysMesh / ipfs-webui

A frontend for an IPFS node.

Home Page:http://localhost:5001/webui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of https://github.com/ipfs-shipyard/ipfs-webui with custom changes to allow the UI to work on private IPFS networks.

Steps to make changes / upgrade:

  • Clone the repository, make sure you are in the photic-v1 branch
  • Make the required changes (and commit them back to the branch)
  • Run npm run build
  • Make sure you have IPFS locally installed (no need to have the daemon running, just IPFS)
  • In the repo folder, run ipfs add -r --only-hash dist (this won't add files to IPFS, just calculate their hashes)
  • The last line will include the hash for the directory
  • Compress the dist folder into a tar file and set its name to the last hash obtained in the previous step
  • Add the tar file to /webui in photic-ipfs and update `setup_web_ui.sh' to reference it

About

A frontend for an IPFS node.

http://localhost:5001/webui

License:MIT License


Languages

Language:JavaScript 92.7%Language:CSS 7.3%Language:HTML 0.1%Language:Shell 0.0%