mojoaxel / public-gateway-checker

Checks which public gateways are online or not

Home Page:https://ipfs.github.io/public-gateway-checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPFS Public Gateway Checker

A site displaying public IPFS gateways and their online/offline status.

View the Public Gateway Checker on GitHub Pages: https://ipfs.github.io/public-gateway-checker/

Screenshot of Public Gateway Checker

NOTE: With the exception of ipfs.io and dweb.link, all gateways listed are hosted by third parties and should be treated as such.

Adding a new public gateway

If you'd like to add a new public gateway, please edit gateways.json:

  1. Add the gateway's address to the bottom of the list
  2. Make sure the final item in the list does not have a comma at the end, but all preceding items do

Then, submit a pull request for this change. Be sure to follow all the directions in the pull request template so your PR can be triaged as quickly as possible.

Testing locally

$ npx http-server . -a 127.0.0.1 -p 3000 -c-1

Command line

Prefer to check public gateways from your terminal? A CLI version, ipfg, is available at https://github.com/JayBrown/Tools/tree/master/ipfg.

About

Checks which public gateways are online or not

https://ipfs.github.io/public-gateway-checker/

License:MIT License


Languages

Language:JavaScript 62.3%Language:HTML 28.7%Language:CSS 8.5%Language:Shell 0.5%