stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.23 and js-ipfs 0.41 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
mauz555 has quit [Remote host closed the connection]
<coniptor> What can I do with IPFS outside of using a gateway redirect extension to open ipfs uri/urls? Is there a list of software somewhere? Also how do I configure IPFS to now make internal private network spaces known to internet hosts it connects with?
<coniptor> s/now/not
kaotisk has quit [Quit: Leaving]
daMaestro has joined #ipfs
<coniptor> Is there documentation somewhere on sercuring or locking down IPFS for privacy? Allow me to share traffic load and open links but not divulge internal network information?
<jadedctrl> coniptor: as for apps you can use: https://awesome.ipfs.io (/ipns/awesome.ipfs.io)
<jadedctrl> and what do you consider internal network information?
<jadedctrl> IPFS isn't particularly tuned for privacy rn inherently
<jadedctrl> when you request a hash for the first time, you always ask for its blocks from peers
<coniptor> jadedctrl, Any private networks configured behidn the router. I'm running IPFS under runit on a system behind the router. I do not want internal networks known outside the router.
<jadedctrl> well it won't divulge (afaik) any information about your lans
<coniptor> jadedctrl, So beyond my public IP which of course other IPFS clients/hosts/swarms will know. I do not want any private /8 /16 or /24 networks or superneted if any private networks divulged in any data outside the router.
<jadedctrl> yea that won't be divulged
<coniptor> okay. Was curious. I've done some searches and pulled up some info where others are asking similar questions but answeres weren't clear or reassuring. =)
<coniptor> jadedctrl, ty for the link. =)
<coniptor> Should I be able to mount /ipfs and /ipns under centos6 with fuse? I cannot upgrade to 7 or 8 currently.
<jadedctrl> well, only one way to find out I guess jaja
<jadedctrl> I'm not sure how much fuse changes from version-to-version
<coniptor> jadedctrl, I have tried. Not recently. But the last time I did there was a problem. I don't recall what.
<jadedctrl> huh, that sucks
<jadedctrl> I had an issue on my old system— had to join the _fuse group
<jadedctrl> or mount as root
easyKL has quit [Quit: Leaving.]
manray has quit [Read error: Connection reset by peer]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
manray has joined #ipfs
dexter0 has quit [Quit: exit]
mowcat has quit [Remote host closed the connection]
}ls{ has quit [Ping timeout: 256 seconds]
}ls{ has joined #ipfs
cheet has quit [Ping timeout: 258 seconds]
cheet has joined #ipfs
xcm has quit [Remote host closed the connection]
dexter0 has joined #ipfs
xcm has joined #ipfs
agris has joined #ipfs
_whitelogger has joined #ipfs
<Chaos_Zero> Or een just a lite version which is not a real node but instead connects to an existing node?
<jadedctrl> Chaos_Zero: there's js-ipfs-http-client for connecting to another node
<Chaos_Zero> that is what I used previously, but it looks like it will not be maintained any longer?
<jadedctrl> oh holy heck! that just happened :o
<jadedctrl> oh it's a subpackage now
<jadedctrl> not sure if there's a special minified js.ipfs though
daMaestro has quit [Quit: Leaving]
t4skforce has quit [Quit: Ping timeout (120 seconds)]
<Chaos_Zero> Thanks for the info. I just tried the cdn version with the old code I had, it looks like they removed the callback support so I need to rewrite everything to async >.>
t4skforce has joined #ipfs
dbcode has joined #ipfs
dbcode has quit [Remote host closed the connection]
amputees has quit [Ping timeout: 255 seconds]
sizes has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
}ls{ has quit [Read error: Connection reset by peer]
<Chaos_Zero> Also now the tutorial uses a Buffer() object, which is not supported in browser javascript? https://github.com/ipfs/interface-js-ipfs-core/blob/master/SPEC/FILES.md#cat How should one use this in the browser?
jcea has quit [Quit: jcea]
<Chaos_Zero> Ok, I found that Buffer is included with js-ipfs-http-api, it was in a github issue. Now I am back to the same issue I had when I decided to try to upgrade to a newer client to start: when doing ipfs.cat() , I only get back the first 4096 bytes of the file.
<Chaos_Zero> Both server and client should now be up to date (< 1.5 months old) Are there any strange settings which might cause this behavior of cat?
zeden has quit [Quit: WeeChat 2.6]
Belkaar has quit [Ping timeout: 260 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
<SebastienDiscord> I raised a probably related issue on js-ipfs last week
krotos has quit [Remote host closed the connection]
krotos has joined #ipfs
coniptor has quit [Ping timeout: 258 seconds]
lthibault has joined #ipfs
coniptor has joined #ipfs
lthibault has quit [Ping timeout: 255 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
<Chaos_Zero> Ok, there are too many facets I jumped to conclusions I am on the seemingly latest ipfsapiclient on pypi 0.4.12 -- When I use add_bytes(open(...)) with this, it adds, and when when I go ipfs cat (in the terminal on the same machine) I get something that is only 4096 long. I am not sure what is the best way to tell but it looks like the python upload is only writing 4096 bytes.
<Chaos_Zero> goin to bed soon, but thanks for the tips anyway. Hopefully I can crack this tomorrow and get my ipfs-based site working again.
lthibault has joined #ipfs
<ipfsbot> Xavier Maysonnave @xmaysonnave posted in What's going on with the js-ipfs-http-client repo? - https://discuss.ipfs.io/t/whats-going-on-with-the-js-ipfs-http-client-repo/7444/1
<SebastienDiscord> > Ok, there are too many facets I jumped to conclusions I am on the seemingly latest ipfsapiclient on pypi 0.4.12 -- When I use add\_bytes(open(...)) with this, it adds, and when when I go ipfs cat (in the terminal on the same machine) I get something that is only 4096 long. I am not sure what is the best way to tell but it looks like the python upload is only writing 4096 bytes.
<SebastienDiscord> @rboreal_frippery#0000 What does `ipfs get` return?
gimzmoe has quit [Ping timeout: 256 seconds]
gimzmoe has joined #ipfs
airgapp has joined #ipfs
null1337 has quit [Ping timeout: 258 seconds]
null1337 has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
lthibault has quit [Ping timeout: 240 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
}ls{ has joined #ipfs
lthibault has joined #ipfs
lthibault has quit [Ping timeout: 258 seconds]
Ai9zO5AP has quit [Quit: WeeChat 2.7.1]
noresult has quit [Ping timeout: 256 seconds]
dexter0 has quit [Ping timeout: 240 seconds]
jeeebz has joined #ipfs
noresult has joined #ipfs
rendar has joined #ipfs
auhau[m]1 has joined #ipfs
<auhau[m]1> Hey guys,
<auhau[m]1> do you know if there is a IPFS newsletter? For example with the IPFS Weekly blog posts?
taserface has quit [Ping timeout: 240 seconds]
jeeebz has quit [Quit: Konversation terminated!]
jeeebz has joined #ipfs
[diablo] has quit [Quit: The Lounge - https://thelounge.chat]
lthibault has joined #ipfs
lthibault has quit [Ping timeout: 240 seconds]
ylp has joined #ipfs
jeeebz has quit [Ping timeout: 256 seconds]
jeeebz has joined #ipfs
[diablo] has joined #ipfs
Acacia has quit [Ping timeout: 272 seconds]
Acacia has joined #ipfs
null1337 has quit [Ping timeout: 255 seconds]
null1337 has joined #ipfs
Acacia has quit [Ping timeout: 256 seconds]
Acacia has joined #ipfs
KeiraT has quit [Remote host closed the connection]
lthibault has joined #ipfs
KeiraT has joined #ipfs
lthibault has quit [Ping timeout: 256 seconds]
pecastro has joined #ipfs
lord| has quit [Read error: Connection reset by peer]
ecloud is now known as ecloud_wfh
lord| has joined #ipfs
ipfs-stackbot has quit [Remote host closed the connection]
krotos has quit [Ping timeout: 256 seconds]
krotos has joined #ipfs
ipfs-stackbot has joined #ipfs
lthibault has joined #ipfs
lthibault has quit [Ping timeout: 255 seconds]
bengates has joined #ipfs
bengates has quit [Remote host closed the connection]
bengates has joined #ipfs
mowcat has joined #ipfs
jeeebz has quit [Ping timeout: 265 seconds]
krotos has quit [Read error: Connection reset by peer]
krotos has joined #ipfs
mauz555 has joined #ipfs
lthibault has joined #ipfs
lthibault has quit [Ping timeout: 255 seconds]
krotos has quit [Ping timeout: 240 seconds]
krotos has joined #ipfs
plexigras has joined #ipfs
_whitelogger has joined #ipfs
lthibault has joined #ipfs
lthibault has quit [Ping timeout: 240 seconds]
generativist has quit [Ping timeout: 265 seconds]
generativist has joined #ipfs
jeeebz has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
bengates has quit [Ping timeout: 268 seconds]
jeeebz has quit [Ping timeout: 256 seconds]
jeeebz_ has joined #ipfs
zeden has joined #ipfs
null1337 has quit [Ping timeout: 268 seconds]
null1337 has joined #ipfs
silotis has quit [Quit: No Ping reply in 180 seconds.]
silotis has joined #ipfs
KempfCreative has joined #ipfs
opal has quit [Ping timeout: 240 seconds]
bengates has joined #ipfs
lord| has quit [Read error: Connection reset by peer]
lord| has joined #ipfs
mowcat has quit [Remote host closed the connection]
lthibault has joined #ipfs
lord| has quit [Read error: Connection reset by peer]
lord| has joined #ipfs
lthibault has quit [Ping timeout: 256 seconds]
c0ncord has quit [Ping timeout: 272 seconds]
null1337 has quit [Ping timeout: 268 seconds]
null1337 has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
spinza has quit [Ping timeout: 265 seconds]
Ai9zO5AP has joined #ipfs
shizy_ has joined #ipfs
shizy_ has quit [Client Quit]
shizy_ has joined #ipfs
shizy_ is now known as shizukesa
null1337 has quit [Ping timeout: 256 seconds]
jadedctrl has quit [Ping timeout: 255 seconds]
null1337 has joined #ipfs
opal has joined #ipfs
xcm has quit [Remote host closed the connection]
jadedctrl has joined #ipfs
shizukesa has quit [Quit: leaving]
xcm has joined #ipfs
shizy_ has joined #ipfs
shizy_ has quit [Client Quit]
shizy has joined #ipfs
<Chaos_Zero> The python ipfs client (https://github.com/ipfs/py-ipfs-http-client) seems like the last working version it supports was a year ago. Are there any alternative implementations, or do they need help? I think there is some incompatibility there which is causing the issues for me.
<Chaos_Zero> Specifically, I have daemon 0.5.0 of go-ipfs, because I was getting frequent crashes of the daemon before.
shizy has quit [Quit: leaving]
mauz555 has quit []
jeeebz_ is now known as jeeebz
ylp has quit [Ping timeout: 240 seconds]
lthibault has joined #ipfs
jonnycrunch has joined #ipfs
ylp has joined #ipfs
ygrek__ has joined #ipfs
null_radix[m] has joined #ipfs
<jon1012[m]> <Chaos_Zero "The python ipfs client (https://"> I use aioipfs https://gitlab.com/cipres/aioipfs
<jon1012[m]> by cipres
jon1012 has joined #ipfs
lthibault1 has joined #ipfs
lthibault has quit [Ping timeout: 255 seconds]
null1337 has quit [Ping timeout: 255 seconds]
null1337 has joined #ipfs
mauz555 has joined #ipfs
Vaelatern has quit [Ping timeout: 255 seconds]
Vaelatern has joined #ipfs
zeden has quit [Quit: WeeChat 2.6]
ylp has quit [Quit: Leaving.]
bengates has quit [Ping timeout: 255 seconds]
jonnycrunch has quit [Quit: Textual IRC Client: www.textualapp.com]
jon1012[m] is now known as jon1012[alephim]
<Chaos_Zero> jon1012 [aleph.im]: I will give that a shot, thanks!
zeden has joined #ipfs
xcm is now known as Guest66954
Guest66954 has quit [Ping timeout: 256 seconds]
xcm has joined #ipfs
<jon1012[alephim]> <Chaos_Zero "jon1012 [aleph.im]: I will give "> also, sometimes the pure api doesn't scale when calling for a lot of hashes concurrently, so I use the http gateway for this,
Vaelatern is now known as Aviator45003
Aviator45003 is now known as Vaelatern
lalilulelo has joined #ipfs
lalilulelo has quit [Max SendQ exceeded]
lalilulelo has joined #ipfs
jeeebz has quit [Ping timeout: 256 seconds]
M{|}Discord[m] has joined #ipfs
dqx_ has joined #ipfs
spinza has joined #ipfs
fazed-anon has quit [Quit: WeeChat 1.9.1]
dqx_ has quit [Quit: .]
jcea has joined #ipfs
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
lthibault1 has quit [Ping timeout: 240 seconds]
null1337 has quit [Ping timeout: 258 seconds]
null1337 has joined #ipfs
lthibault1 has joined #ipfs
pecastro has quit [Ping timeout: 256 seconds]
RasmusDiscord[m] has joined #ipfs
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
ZaZ has joined #ipfs
lalilulelo has quit [Remote host closed the connection]
lalilulelo has joined #ipfs
<ipfsbot> @system posted in IPFS Weekly 81 - https://discuss.ipfs.io/t/ipfs-weekly-81/7448/1
lthibault1 has quit [Ping timeout: 240 seconds]
rendar has quit [Quit: echi = moron]
jeeebz has joined #ipfs
pecastro has joined #ipfs
micro` has quit [Remote host closed the connection]
micro` has joined #ipfs
KempfCreative has quit [Ping timeout: 260 seconds]
codelinezipline[ has joined #ipfs
xcm is now known as Guest85656
Guest85656 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
lthibault1 has joined #ipfs
xcm has joined #ipfs
verin0x8 has joined #ipfs
<ipfsbot> Victor Porton @vporton posted in A hash does not propagate from localhost - https://discuss.ipfs.io/t/a-hash-does-not-propagate-from-localhost/7450/1
opal has quit [Remote host closed the connection]
opal has joined #ipfs
verin0x has quit [Ping timeout: 258 seconds]
verin0x8 is now known as verin0x
cxl000 has joined #ipfs
fleeky has joined #ipfs
lthibault1 has quit [Ping timeout: 260 seconds]
grinja has joined #ipfs
eyepeetee has quit [Ping timeout: 260 seconds]
<Chaos_Zero> jon1012 [aleph.im]: So I found, besides needing to make a PR so it supports https in addition to http, that this library works in general. However, the issue is that I was using it with a flask app, which turns out does not really work well with asyncIO, so I guess that's likely back to square 1.
eyepeetee has joined #ipfs
Ecran has joined #ipfs
<jon1012[alephim]> ahhhh yeah I use asyncio in place of flask in my new projects, migrated to this a while ago
<jon1012[alephim]> aiohttp that is
eyepeetee has quit [Changing host]
eyepeetee has joined #ipfs
lthibault1 has joined #ipfs
doubtingben has joined #ipfs
lthibault1 has quit [Ping timeout: 260 seconds]
opal has quit [Ping timeout: 240 seconds]
M9672Discord[m]1 has joined #ipfs
opal has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
lord| has quit [Read error: Connection reset by peer]
shizy_ has joined #ipfs
lord| has joined #ipfs
Alch_Emi has joined #ipfs
lthibault1 has joined #ipfs
taserface has joined #ipfs
Alch_Emi has quit [Quit: authenticating]
Alch_Emi has joined #ipfs
taserface has quit [Remote host closed the connection]
lalilulelo has quit [Ping timeout: 255 seconds]
alephnull has quit [Ping timeout: 240 seconds]
doubtingben has quit [Ping timeout: 240 seconds]
ipfs-stackbot has quit [Remote host closed the connection]
crest has quit [Read error: Connection reset by peer]
crest has joined #ipfs
ipfs-stackbot has joined #ipfs
xcm is now known as Guest32924
Guest32924 has quit [Killed (weber.freenode.net (Nickname regained by services))]
Newami has joined #ipfs
xcm has joined #ipfs
Newami has quit [Remote host closed the connection]
lthibault2 has joined #ipfs
lthibault1 has quit [Ping timeout: 260 seconds]
fridim has quit [Quit: Bye!]
fridim has joined #ipfs
plexigras has quit [Ping timeout: 256 seconds]
lthibault2 has quit [Ping timeout: 260 seconds]
mowcat has joined #ipfs
mowcat has quit [Remote host closed the connection]
tryte has joined #ipfs
lthibault2 has joined #ipfs
lgierth has quit [Ping timeout: 252 seconds]
masterchief[m] has joined #ipfs
coniptor has quit [Quit:  ]
lgierth has joined #ipfs
pecastro has quit [Ping timeout: 256 seconds]
coniptor has joined #ipfs
grinja has quit [Quit: 📵]
coniptor has quit [Client Quit]
coniptor has joined #ipfs
xcm has quit [Remote host closed the connection]
coniptor has quit [Client Quit]
xcm has joined #ipfs
coniptor has joined #ipfs
mauz555 has quit [Ping timeout: 272 seconds]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]