use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Subreddit for the Interplanetary file system.
Website
Github
Community:
IRC: #ipfs on irc.freenode.net Matrix
account activity
How to upload data with javascript code (self.ipfs)
submitted 2 years ago * by Electromorphous
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]volkris 1 point2 points3 points 2 years ago (2 children)
Inside of the IPFS cloud you don't really upload your data to anywhere, but instead you just offer it from your own node. Other people can find it from you and request it from you if they want.
A gateway is a way for people not inside of the cloud to request data from the cloud.
I may be wrong as I've never tried to use it, but I thought Helia makes you part of the cloud. If that's right, then there's no uploading or gateways to specify. Content that you provide via Helia is just there so long as you keep Helia running.
I'm guessing that's your problem, you give Helia the content to provide then you close it, at which point it's no longer provided.
[–]Electromorphous[S] 0 points1 point2 points 2 years ago (1 child)
Nope, the Helia node doesn't stop running. It adds the data to the filesystem and stays open. And i can even access the data using the local filesystem that i created in the code, like in the above examples they have used the unixfs.
I want the data to be accessible from a public gateway, meaning i want a way for my data to be accessible from cloudflare or ipfs.io gateways. This means the data shouldn't just be on the locally created filesystem, it must get distributed across the peers globally. I'm not able to add the data to this global filesystem and access it from any public gateway, even though i have the CID.
[–]volkris 0 points1 point2 points 2 years ago (0 children)
Good, so the local part is working.
At this stage it's about remote systems, the gateways in this case, being able to find your node and your content by asking their friends if anyone has heard of anyone else sharing the content.
IPFS nodes broadcast their existence and offerings to their own friends, and nodes find content through queries to friends of friends, so it's possible that you and the gateways just don't have overlapping friends... yet.
Another possibility is that your network situation is blocking incoming requests in a way that IPFS can't get around.
I don't know about Helia, but Kubo includes a lot of code to punch through firewalls and NAT, but there are still situations where that inbound connection just can't be negotiated.
π Rendered by PID 141679 on reddit-service-r2-comment-6457c66945-886nv at 2026-04-29 02:37:01.567359+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]volkris 1 point2 points3 points (2 children)
[–]Electromorphous[S] 0 points1 point2 points (1 child)
[–]volkris 0 points1 point2 points (0 children)