mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
Add tool to check public gateways states (#242)
This commit is contained in:
parent
ff441d80de
commit
57191b80db
2 changed files with 5 additions and 0 deletions
|
@ -153,6 +153,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el
|
|||
- [IPRedirect](https://github.com/JayBrown/IPRedirect) - Browser userscript for redirecting IPFS/IPNS addresses to your local gateway. This should work on any browser that hasn't had an extension written for it yet and has support for userscripts.
|
||||
- [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS
|
||||
- [pinbot](https://github.com/whyrusleeping/pinbot) - Pin content via IRC
|
||||
- [Public gateway status checker](https://ipfs.fooock.com/) - Web app to check public states of IPFS gateways, including latency and gateway writable state. [Source](https://github.com/fooock/ipfs-gateway-checker)
|
||||
- [Siderus Orion](https://orion.siderus.io) - Easy to use IPFS desktop client for macOS, Windows and Linux [Source](https://github.com/Siderus/Orion)
|
||||
|
||||
## Videos
|
||||
|
|
|
@ -98,3 +98,7 @@ content:
|
|||
source: https://github.com/arsyun/ipfs-common
|
||||
description: >
|
||||
some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools.
|
||||
- title: Public gateway status checker
|
||||
website: https://ipfs.fooock.com/
|
||||
source: https://github.com/fooock/ipfs-gateway-checker
|
||||
description: Web app to check public states of IPFS gateways, including latency and gateway writable state.
|
||||
|
|
Loading…
Reference in a new issue