Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

techcoderx/IPFSGatewayProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFSGatewayProxy

Node.js reverse proxy that allows only pinned IPFS hashes to be served over local IPFS gateway.

Installation

  1. Clone this repository
git clone https://github.com/techcoderx/IPFSGatewayProxy.git
  1. Install required node modules
cd IPFSGatewayProxy && npm install
  1. Run the app.
node index.js

App will listen to port 3000.

Options

  • --port=3456 will run the app on a different port specified.

About

Node.js reverse proxy that serves only pinned files on IPFS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published