Skip to content

BRAVO68WEB/ipfs_host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS Host

Want to host your content on IPFS and have it link your your custom domain? IPFS Host is a simple tool that will help you do just that.

IPFS Host

How it works

IPFS Host is a simple Node.js application that will run on your server. It will listen for requests to your custom domain and then redirect them to the IPFS gateway.

Concept

It is using 2 ways to connect to IPFS

  1. < Your Domain > -> IPFS Host ->IPFS Gateway -> IPNS -> IPFS Content

  2. < Your Domain > -> IPFS Host -> Fetch CID for DNS Records -> IPFS Gateway -> IPFS Content

Installation

Setup

git clone https://github.com/BRAVO68WEB/ipfs_host
cd ipfs_host
yarn

Configuration

cp .env.example .env

Edit the .env file with required Keys and IPFS gateways.

Run

yarn start

License

MIT

About

Pinata Cloud Alternative for IPNS DNS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published