An IPFS-based imageboard.
-
Node
-
Browserify
-
go-ipfs
-
eslint (if you want to contribute)
./install_all.sh
./start_all.sh
./setup.sh
The site can be accessed from any local go-ipfs daemon, provided that it is configured with
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\"]"
beforehand. Then, simply visit the link as output by setup.sh. Make sure to restart the daemon after updating the configuration.