ipfs-shipyard / npm-on-ipfs

:package: Install npm modules through IPFS!
MIT License
468 stars 40 forks source link

https://registry.js.ipfs.io/ times out #86

Closed AuHau closed 5 years ago

AuHau commented 5 years ago

I am trying to understand how npm-on-ipfs works and looking into a few specific questions. Now I am digging into how you copy the mirrored index and came to the point that you are using the https://registry.js.ipfs.io/ endpoint, but when I try to GET it, the request times-out. Is it a problem on my side or infrastructure problem?

achingbrain commented 5 years ago

This is an infrastructure problem, sorry about that - I'm trying to get it fixed. It's actually going to be redeployed to something a bit more resilient in the next few weeks.

AuHau commented 5 years ago

Oh ok, I was starting to think you are using some magic, that eludes my understanding 😆 Thanks for the info.

achingbrain commented 5 years ago

It's back, sorry for the downtime.