Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.44 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.44 KB

Intro

Site developers can use /ipfs/<address> and /ipns/<address> links by hosting in own domain, setting an IPFS gateway. But how can it be implemeted in ZeroNet?

LinkIPFS

Resolves /ipfs/<address> and /ipns/<address> links in ZeroNet sites. For now, beta release just redirects such links.

Development

Used FilePack and Cors as examples.

TODO

  • Proxy requests (not redirect), represent html pages inside Zero Frame, disabling AJAX
  • Support /raw/ipfs/<address> and /raw/ipns/<address> links
  • Read settings like local_gateway_port, external_gateway from zeronet.conf (section ipfs)
  • Add visited resources to MFS /ZeroNet
  • Support MiceWeb resolving system
  • It should be built in all mainstream ZeroNet forks

Discussions