BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Don't start the ipfs gateway with Partyshare #19

Open bhstahl opened 7 years ago

bhstahl commented 7 years ago

Since we're not using it at all.

cvan commented 7 years ago

@bhstahl first off, awesome project. you've made something tangible that's been in my head and notebooks for a while. kudos on this! 👍 🎉

in a separate project that uses IPFS, I've noticed that files I've added to ipfs and pinned have expired. the daemon I start + shut down 30 seconds after publishing assets (i.e., a site).

just out of curiosity, have you encountered that issue? (I should probably be asking this in a separate issue, but this issue seemed related.)

thanks!

bhstahl commented 7 years ago

Thanks @cvan!

Just to confirm what you're asking, in a separate IPFS project you:

  1. Add a file to IPFS
  2. Retrieve it via a gateway
  3. Stop your local daemon
  4. Wait 30 seconds
  5. Second retrieval of file via gateway fails
jamiew commented 7 years ago

And it sounds like you also pin the file, right?

On Tue, Jul 25, 2017 at 6:27 AM, Ben Stahl notifications@github.com wrote:

Thanks @cvan https://github.com/cvan!

Just to confirm what you're asking, in a separate IPFS project you:

  1. Add a file to IPFS
  2. Retrieve it via a gateway
  3. Stop your local daemon
  4. Wait 30 seconds
  5. Second retrieval of file via gateway fails

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BusterLabs/Partyshare/issues/19#issuecomment-317696669, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAHb5_Le0929NhaS-URQeH4--g04TANks5sRcMdgaJpZM4NhkqU .

cvan commented 7 years ago

@jamiew: yes, that's correct. haven't not looked too closely at your code and the supporting packages, is that a similar process you're doing?