Skip to content

uptownhr/ipfs-url-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

IPFS

Another fun project using IPFS. Simply uses wget mirror and IPFS to clone a URL and outputs an IPFS url endpoint.

Sample Clone URL link: https://ipfs.io/ipfs/QmdaA5vdEVHcyhGRueoMjcxeWXzDCMCN7LAnXy9hjgFx2P

Setup on Ubuntu

Currently no installer so steps need to be taken manually.

  1. Install IPFS
  2. install xclip, apt-get install xclip
  3. Clone repository, git clone git@github.com:uptownhr/ipfs-screenshot
  4. Start ipfs daemon, ipfs daemon

Setup on Mac OS

  1. Install IPFS
  2. Clone repository, git clone git@github.com:uptownhr/ipfs-screenshot
  3. Start ipfs daemon, ipfs daemon

Use Case

  1. git clone git@github.com:uptownhr/ipfs-url-clone
  2. cd ipfs-url-clone
  3. ./webfs.sh http://some-url.com
  4. go to outputed url

About

clone a url and serve it using it IPFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages