Browsing ipfs links from without a running node

Are there proxies which allow accessing ipfs links without having a local running node? I need to share a link with the general public.

1 Like

There are http gateways that people who haven’t installed ipfs can use. There’s a list here:

There might be more, but that’s as far as we got.

Just remember that if the IPFS object is a file (not a directory), and people access it in their browser, they will download it directly, and the file won’t have any filename or extension. So it’s best to add these files to a directory, and publish that directory’s hash instead of the file’s hash.

2 Likes

I just found this one too.

Yup, that’s the old gateway on the ipfs.io domain. It’s supposed to be deprecated, but what do I know?! :wink:

At any rate, the current ipfs.io gateway is just https://ipfs.io/ipfs/HASH or https://ipfs.io/ipns/HASH

1 Like