Skip to content

cakenggt/ipfs-foundation-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Index

The Index is an IPFS-hosted app which acts as a directory for files added to IPFS.

Users can browse already-added files and add information about their own uploaded files. This app is completely decentralized, using PubSub to allow different IPFS nodes to communicate with each other and share database state.

To configure your IPFS daemon to allow access to this service, run the following commands

ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials "[\"true\"]"
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"POST\", \"GET\"]"

These will allow the app to control your daemon, something essential for the decentralized operation of the app.

Then start up your daemon with the following command

ipfs daemon --enable-pubsub-experiment

Now you can navigate to The Index

About

Frontend for the IPFS Foundation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published