stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.18 and js-ipfs 0.34 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 Con
vyzo has joined #ipfs
<Grey[m]>
I did it!
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
Lieuwex has joined #ipfs
<stebalien>
lanzafame: is there a tracking issue for your go-mod-ification?
The_8472 has quit [Ping timeout: 240 seconds]
The_8472 has joined #ipfs
void001[m][m] is now known as void001[m]
i1nfusion has quit [Remote host closed the connection]
The_8472 has quit [Ping timeout: 252 seconds]
i1nfusion has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
The_8472 has joined #ipfs
sammacbeth has quit [Ping timeout: 245 seconds]
}ls{ has quit [Quit: real life interrupt]
BlackSalmon has quit [Ping timeout: 256 seconds]
sammacbeth has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
<postables[m]>
any tips on deploying slate docs to ipfs? can't seem to get the linking to be done properly
<lanzafame1>
@stebalien:matrix.org: currently it's the reconsidering gx one. I shall create a proper one now
<stebalien>
Thanks!
<postables[m]>
figured it out, issue was that by default slate would like to stuff like `/account.html` needed to change to `account.html` and it worked
sammacbeth has quit [Ping timeout: 240 seconds]
<postables[m]>
also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`
sammacbeth has joined #ipfs
makeups_ has quit [Remote host closed the connection]
<postables[m]>
*edit:* ~~also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`~~ -> also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
MikeFair has joined #ipfs
* MikeFair
waves. o/ all!
djdv has joined #ipfs
purisame has quit [Read error: Connection reset by peer]
<MikeFair>
Anyone seen any experiments in ipns work lately? While I'm interested in general developments, at the moment, I'm specifically interested in keeping the original ipns address, but changing out the signing keys / requiring N of M signing keys used to commit an update/change
xmppnode has joined #ipfs
xmppnode has quit [Remote host closed the connection]
xmppnode has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
zabyl has joined #ipfs
sammacbeth has joined #ipfs
saki has joined #ipfs
saki has quit [Excess Flood]
BeerHall has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #ipfs
lordcirth has quit [Remote host closed the connection]
saki has joined #ipfs
saki has quit [Excess Flood]
<postables[m]>
i suppose one way to achieve that is to use shamirs secret sharing to shard a private key
<postables[m]>
nevermind was able to get it to work. problem was that i was adding files like `build/<source-files>` doing `cd build && ipfs add -r w *` worked
rhzm has joined #ipfs
sammacbeth has quit [Ping timeout: 268 seconds]
q6AA4FD has quit [Read error: Connection reset by peer]
q6AA4FD_ has joined #ipfs
rhzm has quit [Quit: Leaving]
user_51 has quit [Ping timeout: 268 seconds]
user_51 has joined #ipfs
sammacbeth has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
sammacbeth has quit [Ping timeout: 246 seconds]
sammacbeth has joined #ipfs
Belkaar has quit [Ping timeout: 244 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
spinza has joined #ipfs
zeden has quit [Quit: WeeChat 2.3]
lordcirth has joined #ipfs
lassulus_ has joined #ipfs
writ_in_water has quit [Quit: WeeChat 2.3]
lassulus has quit [Ping timeout: 245 seconds]
lassulus_ is now known as lassulus
ONI_Ghost has joined #ipfs
sammacbeth has quit [Ping timeout: 246 seconds]
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
<lordcirth>
Is there an easy way to get the total size of all pins? I'd like to monitor what % of my datastore capacity is pinned.
<lordcirth>
postables[m], thanks, but df won't really help. I know how big my repo is, what I want to monitor is how much is taken up by pins, and how much by cache
<lordcirth>
It's not really important though, just curious
<postables[m]>
i think you can do that with prometheus, and to make it look pretty use grafana
<postables[m]>
prometheus will expose A LOT of information which to my knowledge is not viewable otherwise
<lordcirth>
The monitoring system? Does it have IPFS plugins?
sammacbeth has quit [Ping timeout: 240 seconds]
<postables[m]>
actually im stupid you can totally view it without prometheus you navigate to... `http://127.0.0.1:5001/webui/<something>`
<postables[m]>
no it doesn't have IPFS plugins but IPFS exposes the metrics
<lordcirth>
Also, ipfs files stat --size does the same as grepping there
<lordcirth>
Ah, cool. I don't see anything when searching 'pin', though
<postables[m]>
for cache i think it might be `go_memstats_mcache_inuse_bytes` not sure about pin
<lordcirth>
Perhaps cache is the wrong term. I was wondering if I could monitor how much of my 10GB datastore was pinned content, and how much was actually available for automatic storage of things I fetch.
sammacbeth has quit [Ping timeout: 272 seconds]
<lordcirth>
ie, if I pin 9GB of stuff, I could start getting a ton of churn
<postables[m]>
you might want to try searching for metrics under `datastore` theres a lot to digest there
<geoah>
I know that firefox started working on implementing plugin support with custom protocols/schemas
<ctOS>
Beaker has the user experience and browser integration nailed down. However, they’re lacking in other areas … like network reachability. The client doesn’t do UPnP so most peers on IPv4 are unreachable.
<ctOS>
Swedneck: the extension’s primary function today is redirecting web content (including public gateways) to the local gateway . when that goes away, why would you even keep it installed?
<Swedneck>
to use the other functions
<Swedneck>
like uploading content to ipfs
<ctOS>
That no one can access except through a public gateway
<ctOS>
Turning distributed to decentralized.
<Swedneck>
also iirc it can redirect sub-resources
<Swedneck>
so only the html will be loaded from the public gateway
<ctOS>
Swedneck: that is also going away with #667. same-origin means same origin.
<ctOS>
html and resources would have to be loaded from the same origin (e.g. localhost or cloudflare-ipfs.com or CID.some.gateway.com.)
<Swedneck>
well shit
<ctOS>
Shit indeed.
mischat has quit [Remote host closed the connection]
<ctOS>
Swedneck: I’m da2x on GitHub. the guy trying to desperately find some alternaties in #667. :P
mischat has joined #ipfs
<ctOS>
Swedneck: option H is the most feasible solution – but would require a huge amount of work for a solution that ultimately wouldn’t work in Chromium.
<ctOS>
On the other hand, Beaker and their Dat archive system (like git+BitTorrent) doens’t have this problem as they’ve worked with a native protocol and unique origins from the get go. Only works within their own experimental browser.
lordcirth has quit [Read error: Connection reset by peer]
lordcirth_ has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
andi- has quit [Ping timeout: 250 seconds]
mischat has quit [Remote host closed the connection]
andi- has joined #ipfs
slhon has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
mischat has joined #ipfs
slhon has quit [Quit: leaving]
brianhoffman has quit [Ping timeout: 240 seconds]
chiui has quit [Ping timeout: 246 seconds]
brianhoffman has joined #ipfs
ZaZ has joined #ipfs
Caterpillar has joined #ipfs
arthuredelstein has quit [Ping timeout: 240 seconds]
arthuredelstein has joined #ipfs
aerth has quit [Ping timeout: 256 seconds]
aerth has joined #ipfs
charlton has joined #ipfs
rcat has quit [Quit: leaving]
ZaZ1 has joined #ipfs
reit has joined #ipfs
ZaZ has quit [Ping timeout: 250 seconds]
woss_io has joined #ipfs
mowcat has quit [Remote host closed the connection]
plexigras has joined #ipfs
Fessus has quit [Quit: Leaving]
cyfex_ has joined #ipfs
Jesin has quit [Quit: Leaving]
cyfex has quit [Ping timeout: 246 seconds]
mischat has quit [Remote host closed the connection]
charlton has quit [Quit: 💪👁👄👁🤙 c a t c h i n' s o m e z z z s]
charlton has joined #ipfs
jesse22 has joined #ipfs
jesse22 has quit [Read error: Connection reset by peer]
jesse22 has joined #ipfs
ZaZ1 has quit [Quit: Leaving]
q6AA4FD has quit [Ping timeout: 272 seconds]
<lidel>
ctOS, keep in mind that option (B) from https://github.com/ipfs-shipyard/ipfs-companion/issues/667 is only about cid-in-subdomain and DNSLinked websites, old school /ipfs/<cid>/* would continue to be transparently redirected to local gateway, as there is no degradation of security guarantees
millysoose[m] has joined #ipfs
<lidel>
I hope something like (H) or (D) will eventually enable us to "restore redirect" for cid-in-subdomain and DNSLinked websites
kapil____ has quit [Quit: Connection closed for inactivity]
pecastro has joined #ipfs
Adbray has joined #ipfs
renich has joined #ipfs
<ctOS>
lidel: DNSLink surely is the most common situation for someone to go from HTTP to IPFS without actively having looked for IPFS content.
Jesin has joined #ipfs
rendar has quit []
The_8472 has quit [Ping timeout: 252 seconds]
q6AA4FD has joined #ipfs
i1nfusion has quit [Remote host closed the connection]
renich has quit [Quit: renich]
i1nfusion has joined #ipfs
The_8472 has joined #ipfs
stoopkid has joined #ipfs
meehow has quit [Remote host closed the connection]
meehow has joined #ipfs
charlton_ has joined #ipfs
charlton has quit [Ping timeout: 240 seconds]
jesse22_ has joined #ipfs
charlton_ has quit [Quit: 💪👁👄👁🤝👁👄👁👉 c y a]
jesse22 has quit [Ping timeout: 250 seconds]
meehow has quit [Quit: Leaving]
kesenai has joined #ipfs
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ipfs
jesse22 has joined #ipfs
vyzo has quit [Quit: Leaving.]
vyzo has joined #ipfs
MikeFair has quit [Read error: Connection reset by peer]
yosafbridge has quit [Ping timeout: 246 seconds]
yosafbridge has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
q6AA4FD has quit [Read error: Connection reset by peer]
yeehi has quit [Ping timeout: 240 seconds]
q6AA4FD has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
zane has joined #ipfs
fazo has quit [Quit: fazo]
vijayee has quit [Ping timeout: 250 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
plexigras has quit [Ping timeout: 245 seconds]
cyfex has joined #ipfs
vijayee has joined #ipfs
ygrek has quit [Ping timeout: 268 seconds]
cyfex_ has quit [Ping timeout: 245 seconds]
Copenhagen_Bram has quit [Read error: Connection reset by peer]
dimitarvp has quit [Quit: Bye]
woss_io has quit [Ping timeout: 245 seconds]
Fessus has joined #ipfs
spinza has joined #ipfs
Ecran has joined #ipfs
Copenhagen_Bram has joined #ipfs
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<Harekiet>
DisableRelay Disables the p2p-circuit relay transport, what does the p2p circuit relay thing even do?
<postables[m]>
iirc p2p circuit relay allows people to establish connections to other nodes through your node
<Harekiet>
ah balls to that sort out your own ports :)
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<postables[m]>
i mean in certain countries that banhammer the shit out of the internet it could prove to be useful to allow people to use ipfs
ebarch has quit [Ping timeout: 250 seconds]
ebarch has joined #ipfs
<Harekiet>
probalby, if they want to make stuff available but can't get incoming connections it might be nice
Steverman has joined #ipfs
<Harekiet>
But seems it's disabled by default anyway
<Harekiet>
I was just slight amazed at the amount of tcp connections I seem to have open but it really liked keeping open a decent amount of them
ebarch has quit [Client Quit]
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<postables[m]>
i believe by default you participate, but you don't become a relay hop
<postables[m]>
*edit:* ~~i believe by default you participate, but you don't become a relay hop~~ -> i believe by default you participate, but you don't become a relay hop so you'll establish connections through another relay, but you won't let people establish them through you
<postables[m]>
any suggesttions on how to better write tests for IPNS usage? right now it seems like 50% of the time my tests are timing out because IPNS takes awhile and travis ends up thinking the tests are failing