smugdev / smugboard

An IPFS-based imageboard
MIT License
24 stars 2 forks source link

Smugboard

An IPFS-based imageboard.

Prerequisites

Setup

./install_all.sh
./start_all.sh
./setup.sh

Usage

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.