-
Notifications
You must be signed in to change notification settings - Fork 30
Serve Wikipedia from NYC Mesh nodes #165
Comments
@meyerscr sure, what do you need? how can we help? |
There's two things you can do to get started:
|
MDNS does work via NYC Mesh because we have a VLAN even if there is not a Layer 2 connection (we use TINC if we have to 'mesh' over layer 3). I had more technical questions about the actual deployment. For now, we're just going to add our wiki to the mesh. Is it as simple as "ipfs add /www" since mediawiki generates links that are always internal? What about the config settings--I don't want to have to version control who is an admin. Also, will IPNS be give me an IP address to interface with so that I can send people to the ipfs wiki using a URL? I'm pretty new to your software and there isn't anyone around with expertise, so I'm quite grateful for your help on this matter. I work with the Technology committee for Wikimedia-NYC. So, if we get this working on a small wiki, I can make a case to putting a mirror of the the entirety of wikimedia commons on our network. Since we have a datacenter, we can even use our copy as the 'official' ipfs copy, running on a building with 100Gb/s fiber lines running to London et al. |
Oh I see, thanks for explaining, and wow that sounds great, especially for nyc mesh! Happy to help, @jbenet and I met a few other folks of NYC Mesh at d.b.a. in april :) You can't exactly put the wikimedia application on ipfs. Data in ipfs is always static (content-addressed with hashes), and is made dynamic by updating a pointer to a new version of the data (IPNS). What you can do is
|
And btw, if you get this working, I'd be very interested to replicate your setup within the Freifunk network in berlin. |
I think I already have the application. Outernet built a browser-side content library, called librarian. It's very late here--I'll send you the link tomorrow. |
https://librarian.outernet.is/en/files/ I think this might help? |
Oh nevermind. Y'all already have a server side content browser. |
Hey. I work with NYC Mesh GitHub.com/nycmeshnet. We want to serve wikipedia from every node, running ipfs. We also have a high bandwidth ixp back haul. Let's talk.
The text was updated successfully, but these errors were encountered: