0xDanomite / ipfs-check

A tool for checking the accessibility of your data by IPFS peers

Home Page:https://check.ipfs.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipfs-check

Check if you can find your content on IPFS

A tool for checking the accessibility of your data by IPFS peers

Documentation

Build

go build will build the server binary in your local directory

Install

go install will build and install the server binary in your global Go binary directory (e.g. ~/go/bin)

Deploy

There's an HTML file in web that interacts with the Go HTTP server that can be deployed however you deploy HTML files. Maybe just deploy it on IPFS and reference it with DNSLink.

For anything other than local testing you're going to want to have a proxy to give you HTTPS support on the Go server.

Docker

There's a Dockerfile that runs the tool in docker.

docker build -t ipfs-check .
docker run -d ipfs-check

License

SPDX-License-Identifier: Apache-2.0 OR MIT

About

A tool for checking the accessibility of your data by IPFS peers

https://check.ipfs.network

License:Other


Languages

Language:Go 58.1%Language:HTML 41.1%Language:Dockerfile 0.7%