Skip to content
This repository has been archived by the owner. It is now read-only.

Public facing gateway and pinning #94

Closed
Kolomona opened this issue Feb 4, 2016 · 9 comments
Closed

Public facing gateway and pinning #94

Kolomona opened this issue Feb 4, 2016 · 9 comments
Labels

Comments

@Kolomona
Copy link

Kolomona commented Feb 4, 2016

If I have a public facing gateway and a person retrieves a file through it. Does the file get pinned into my gateway or does the data just pass through without getting pinned? Thanks

@ghost
Copy link

ghost commented Feb 4, 2016

Your gateway fetches and stores the data, but doesn't pin it. It gets removed with the next garbage collection run.

@Kolomona
Copy link
Author

Kolomona commented Feb 4, 2016

Thank you for your answer.
Does this mean that if someone were to retrieve illegal content through my public gateway then my ipfs instance would be storing and serving the illegal content until it is garbage collected?

If this is true then it seems to be a potential liability issue.

@Kubuxu
Copy link

Kubuxu commented Feb 4, 2016

This is what you get running a public gateway. Either way someone could download illegal content from it which implies that this content would pass through your machine.

There are works to make opt-in badbits lists which would block illegal contented .

@Kolomona
Copy link
Author

Kolomona commented Feb 4, 2016

Personally, I don't believe that intellectual property exists as an actual property right, but my opinion will not stop the "Department of Making you Sad" from throwing me into a cage for distributing so called intellectual property.

The opt-in list is a good idea to minimize legal liability for the users as well as the IPFS project itself. There are so many useful and legal services that can be made from a system like IPFS. I believe that IPFS is an amazing technology and I really want it to succeed.

If you are curious about why I believe the way I do then read:
https://mises.org/library/against-intellectual-property-0

@Musickiller
Copy link

Musickiller commented Mar 1, 2016

any guides on how to create public facing gateway? please!

@salsa-dev
Copy link

salsa-dev commented Apr 15, 2016

any guides on how to create public facing gateway? please!

I suppose you just install ipfs node and make nginx proxy to it, right?

@Kubuxu
Copy link

Kubuxu commented Apr 16, 2016

Yes, also enable garbage colection in config, I don't think it is enabled by default (or run it manually in cron/timer job once a day, few hours or something).

@Musickiller
Copy link

Musickiller commented Apr 16, 2016

Thanks. I've already done it with some other app, but encountered a problem with my ports. They just don't open, no matter what I do. But it's not a problem with IPFS, so it's OK)) Bye!

@madavieb
Copy link

madavieb commented May 23, 2017

This issue has been moved to https://discuss.ipfs.io/t/public-facing-gateway-and-pinning/449.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants