Is ipfs fit for personal blog pages

From @goog on Mon Sep 14 2015 14:18:28 GMT+0000 (UTC)

(empty description)

Copied from original issue: https://github.com/ipfs/faq/issues/30

From @jbenet on Mon Sep 14 2015 14:19:01 GMT+0000 (UTC)

absolutely

On Mon, Sep 14, 2015 at 10:18 AM, Jay Cheng notifications@github.com
wrote:


Reply to this email directly or view it on GitHub
is ipfs fit for personal blog pages · Issue #30 · ipfs-inactive/faq · GitHub.

From @goog on Mon Sep 14 2015 14:22:41 GMT+0000 (UTC)

for static html page files ? is there only one gateway? how to configure it on my linode

From @jbenet on Mon Sep 14 2015 14:33:26 GMT+0000 (UTC)

@goog i’d recommend

  • run an ipfs node on your linode. can do it with docker and the dockerfile
  • use ipfs add -r path/to/your/blog in your computer
  • use ipfs pin add -r <hash-you-got> in your linode

From @lgierth on Thu Sep 17 2015 16:50:05 GMT+0000 (UTC)

Yes it is, we’re even hosting the ipfs.io website out of IPFS.

@giodamelio wrote a tutorial the other day: https://ipfs.io/ipfs/QmdPtC3T7Kcu9iJg6hYzLBWR5XCDcYMY7HV685E3kH3EcS/2015/09/15/hosting-a-website-on-ipfs/

For IPNS a few limitations apply, for the time being: https://github.com/ipfs/go-ipfs/issues/1716#issuecomment-141140667

From @windemut on Tue Jan 19 2016 05:38:46 GMT+0000 (UTC)

So, where can one find any of these ipfs web sites? Is there anything at all to browse? Google searches produce nothing, this thread is the closest to finding content that I could get. Seems like a massive PR problem, to me.

From @jbenet on Tue Jan 19 2016 06:45:17 GMT+0000 (UTC)

@windemut

  • First and foremost you should be aware that IPFS is an alpha and targeted at developers.
  • The link in @lgierth’s post above is one.
  • https://ipfs.io is another, hosted through ipfs itself, exposed through the gateway and with dnslink.
  • If you’d like to see the content your node becomes aware of, i suggest you look at the hashes going through the dht in your node. this will require getting comfortable recompiling the code, adding logging, etc. (we’ll add event hooks for this eventually).

Google searches produce nothing

Do you realize that IPFS is a different protocol than HTTP and that Google does not index IPFS yet?

You can find some links on Google to some sites / content on our gateway, but note that these need to be linked to from other websites outside our gateway. Moreover, google has been penalizing our gateway because – since it is under the same domain – it looks like one site linking to itself a lot.

We currently browse IPFS content on web browsers that do not understand IPFS (all of them) via an HTTP-to-IPFS gateway, included in go-ipfs, which means ipfs links for now look like: “http:///” such as:

this thread is the closest to finding content that I could get. Seems like a massive PR problem, to me.

Of course, all of this should be easier to find, but since it isn’t yet, you’ll have to search more. Giving up like this when so many others find it just fine makes this seem a bit help vampirish.

Some examples, coming from our community:

And please, next time, try searching more and asking a bit more nicely. If you don’t, you won’t get much help around here.

From @windemut on Tue Jan 19 2016 17:28:13 GMT+0000 (UTC)

Thanks for the patient reply, jbenet.

First of all, I apologize if my comments sounded impatient, it reflects my frustration as an excited new wannabe user, and the tone was ill-considered.

I do, of course, realize that Google does not index IPFS, but I was expecting to find some out-of-channel references into IPFS, a portal, perhaps. Neither the web-site, nor the webgui seem to have that, nor could I find it anywhere else. There are very nice tutorials on how to download things from the command-line, like the cat picture, but ultimately the new Web should be browsable, like the old one, or not?

If I interpret your answer correctly, the IPFS developers think that the system is not ready for casual browsing because it is still in alpha. That makes sense, but is a little incongruent with the inviting tone of the main web-page.

Thank you for the collection of links in your reply, it is pretty much what I was looking for. I would suggest polishing it up and linking to it from both the web-site and the WebGui. That would help bring curious users in and generate interest in creating content, once you are comfortable with that.

I also now understand better that all ipfs links are channelled through “https://ipfs.io/” to accomodate browsers. There is, though, the Firefox plugin, which I installed. It seems to work, but, alas, It, too, does not seem to come with a lot of working links to try it on.

Lastly, I hope this message sounds a little better than the last, and let me express my unreserved admiration for the project. I do think it has the potential to revolutionize the Internet.

From @windemut on Tue Jan 19 2016 17:42:23 GMT+0000 (UTC)

Just tried the ‘inurl:“ipfs.io/ipfs/”’ you googled for me. That’s a great way to search for ipfs links I did not think of. Awesome!

From @jbenet on Sun Jan 24 2016 13:28:06 GMT+0000 (UTC)

@windemut :slight_smile: great! :+1: and thanks!

agree it should be easier for users to find this content. maybe you can find a good spot to place this. or seed a blog post with some content to try.