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
hqdruxn08__ has quit [Ping timeout: 256 seconds]
mowcat has joined #ipfs
mowcat has quit [Remote host closed the connection]
pecastro has quit [Ping timeout: 272 seconds]
fleeky has quit [Ping timeout: 255 seconds]
gavlee has joined #ipfs
fleeky has joined #ipfs
turona has quit [Ping timeout: 272 seconds]
turona has joined #ipfs
Steverman has joined #ipfs
niyawe has quit [Quit: niyawe]
niyawe has joined #ipfs
llorllale has joined #ipfs
Steverman has quit [Ping timeout: 252 seconds]
RamRanRa has quit [Read error: Connection reset by peer]
lnostdal has quit [Remote host closed the connection]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
hndr has quit [Quit: Leaving]
ygrek__ has quit [Ping timeout: 252 seconds]
fleeky has quit [Read error: Connection reset by peer]
hndr has joined #ipfs
}ls{ has quit [Ping timeout: 255 seconds]
fleeky has joined #ipfs
Adbray has joined #ipfs
_jrjsmrtn has joined #ipfs
}ls{ has joined #ipfs
__jrjsmrtn__ has quit [Ping timeout: 258 seconds]
hndr_ has joined #ipfs
hndr_ has quit [Client Quit]
hndr has quit [Quit: Leaving]
hndr has joined #ipfs
KempfCreative has quit [Ping timeout: 255 seconds]
Telior has joined #ipfs
hndr_ has joined #ipfs
hndr has quit [Quit: Leaving]
hndr_ has quit [Remote host closed the connection]
hndr has joined #ipfs
Telior has quit [Remote host closed the connection]
Steverman has joined #ipfs
KempfCreative has joined #ipfs
shizy has quit [Remote host closed the connection]
KempfCreative has quit [Ping timeout: 260 seconds]
ygrek__ has joined #ipfs
coniptor[m] has joined #ipfs
Xiti` has joined #ipfs
Xiti` has quit [Read error: Connection reset by peer]
misuto has quit [Ping timeout: 260 seconds]
kiwi_8955 has joined #ipfs
kiwi_8955 has quit [Remote host closed the connection]
ryjen has quit [Quit: Goodbye Cruel World]
misuto has joined #ipfs
jcea has quit [Remote host closed the connection]
ryjen has joined #ipfs
ryjen has quit [Client Quit]
ryjen has joined #ipfs
hndr has quit [Quit: Leaving]
xcm has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
xcm has joined #ipfs
verin0x7 has joined #ipfs
ygrek__ has quit [Ping timeout: 255 seconds]
Belkaar has quit [Ping timeout: 260 seconds]
verin0x has quit [Ping timeout: 255 seconds]
verin0x7 is now known as verin0x
Belkaar has joined #ipfs
Belkaar has joined #ipfs
Belkaar has quit [Changing host]
udaybansal19[m] has joined #ipfs
Taoki has quit [Read error: Connection reset by peer]
Taoki has joined #ipfs
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
Steverman has quit [Ping timeout: 260 seconds]
<c0ncord> anadahz: afaik internet is a worldwide thing
MrSparkle has joined #ipfs
spaceball has quit [Ping timeout: 272 seconds]
MrSparkle has quit [Client Quit]
MrSparkle has joined #ipfs
<Fns[m]> Question: is there a simple way of serving only specific hashes from a gateway? I'd like to server only my static sites via IPFS+nginx as gateway for those outside IPFS and also let people with IPFS access them directly, but not turn it into server-all gateway.
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
CCR5-D32 has quit [Quit: ZZZzzz…]
Aranjedeath has joined #ipfs
CCR5-D32 has joined #ipfs
malestorm has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
<Fns[m]> swedneck: Any plans to update riot in your ipfs?
lillpjotDiscord[ has joined #ipfs
dead has left #ipfs [#ipfs]
gimzmoe has quit [Ping timeout: 255 seconds]
alephnull has quit [Ping timeout: 240 seconds]
Ai9zO5AP has quit [Quit: WeeChat 2.7]
hsn has joined #ipfs
gimzmoe has joined #ipfs
maxzor has quit [Remote host closed the connection]
freeRanger has joined #ipfs
CCR5-D32 has quit [Quit: ZZZzzz…]
freeRanger has quit [Quit: Textual IRC Client: www.textualapp.com]
rendar has joined #ipfs
<Travis[m]1> bad to have the webui publicly exposed?
bengates has joined #ipfs
ylp has joined #ipfs
RamRanRa has joined #ipfs
Ecran has joined #ipfs
Steverman has joined #ipfs
<Travis[m]1> thats what i thought
<Travis[m]1> uhuh
<Travis[m]1> and super fun exciting things that i can do now that i've made a thing? also, what is a situation that would require an ipfs cluster?
<Fns[m]> <Travis[m]1 "and super fun exciting things th"> When you have more then one node and do not want to manually pin content on each
<Travis[m]1> pin content = 'uploading' content to a node?
<Travis[m]1> sorry i'm very green
<Fns[m]> Rather making it stay there
<Fns[m]> IPFS does not store everything you access forever unless you tell it to. So you can download many things and after a while, if you don't access it any more, it will be pruned by garbage collector. But if you wish to keep something, you can do `ipfs pin <HASH>` and it will not be pruned automatically.
<Fns[m]> But yes, if you pin on a node something that was not downloaded earlier, it will force the download
<Travis[m]1> got it
<Fns[m]> Sorry, command is `ipfs pin add [ipfs-path]`
<Fns[m]> * Sorry, command is `ipfs pin add <ipfs-path>`
Guest8269 has quit [Ping timeout: 255 seconds]
<Travis[m]1> uhuh
mike_ has joined #ipfs
mike_ is now known as Guest908
<Travis[m]1> gotcha
<Travis[m]1> am i helping ipfs by running a node?
<Travis[m]1> cool
<Travis[m]1> checking
<Travis[m]1> i'm running it with the 'server' profile
<Travis[m]1> yeah thats my impression too
<Travis[m]1> what about the 'swarm' thing
<Travis[m]1> yeah
<Travis[m]1> can see my settings here
<Travis[m]1> running on a docker thing, bound to that public ip
<Travis[m]1> fart
<Travis[m]1> right, no no i mean i edited the config file, and restarted the container
<Travis[m]1> poop
<Travis[m]1> well, would that be a reason not to publicly expose the web-ui?
<Travis[m]1> oh thats definitely public too
<Travis[m]1> sec
<Travis[m]1> well now i can't see my pretty graphs
<Travis[m]1> dang it
<Travis[m]1> i dont really have any specific reason to use IPFS, but i'm happy to give my server something to do
<Travis[m]1> am i still helping if :5001 is not exposed?
<voker57> you should never expose your :5001
<voker57> you should expose your "Swarm" address
<voker57> if nat-traversal magic works ipfs might work even without it forwarded manually
<Travis[m]1> gotcha
<Travis[m]1> the swarm address is 0.0.0.0
<Travis[m]1> 4001
kaotisk-irc has quit [Quit: Leaving]
<Travis[m]1> and that port is exposed
<Travis[m]1> and EnableAutoNATService is enabled
<Travis[m]1> i guess i could put :5001 behind a basicauth thing?
kaotisk has joined #ipfs
<Fns[m]> Are you running nginx in front of it?
<Travis[m]1> no, but i've got traefik on the thing
<Travis[m]1> which could do basicauth things
<Fns[m]> You can do either that, or filter by IP (allow/deny) to only let your IPs access it
pecastro has joined #ipfs
<Fns[m]> I take it it's a remote machine, not somewhere where you can access it via lo interface?
jokoon has joined #ipfs
<mdrights[m]> Hi, I am setting up a public gateway, wondering if how you guys run it, e.g. run with nginx reverse proxy ?
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<mdrights[m]> any experiences would be appreciated 😂
Steverman has quit [Ping timeout: 258 seconds]
<Travis[m]1> <Fns[m] "I take it it's a remote machine,"> yea, colo-d at my old job in a rack
bushido711Disco4 has joined #ipfs
hndr has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
mowcat has joined #ipfs
<ipfsbot> @wwwgel posted in How IPFS backs up data - https://discuss.ipfs.io/t/how-ipfs-backs-up-data/7338/1
<anadahz> c0ncord: My question is specifically about Spain as it seems that `http://gateway.ipfs.io` seem to be blocked in AS12715 (Vodafone ISP in Spain).
cheet has quit [Read error: Connection reset by peer]
<anadahz> ^ This is a measurement from yesterday. It will be very interesting to find out if other Spanish ISPs are also blocking `gateway.ipfs.io`.
cheet has joined #ipfs
c0ncord has quit [Ping timeout: 272 seconds]
vmx has joined #ipfs
xr has joined #ipfs
}ls{ has joined #ipfs
}ls{ has quit [Ping timeout: 255 seconds]
}ls{ has joined #ipfs
mowcat has quit [Remote host closed the connection]
maxzor has joined #ipfs
CCR5-D32 has joined #ipfs
maxzor has quit [Remote host closed the connection]
lritter has joined #ipfs
xr has quit [Quit: Lost terminal]
hhes[m] is now known as hhes[m]1
<ipfsbot> Shiloh @tearose2v posted in Judfkgjksjdasjerwa Kirdftdsyhdrfgyse - https://discuss.ipfs.io/t/judfkgjksjdasjerwa-kirdftdsyhdrfgyse/7340/1
c0ncord has joined #ipfs
turona has quit [Ping timeout: 272 seconds]
fleeky has quit [Ping timeout: 258 seconds]
jokoon has quit [Quit: Leaving]
fleeky has joined #ipfs
chachasmooth has joined #ipfs
CarodejDobrodejD has joined #ipfs
tryte has quit [Remote host closed the connection]
tryte has joined #ipfs
jcea has joined #ipfs
<chachasmooth> the german wikipedia entry for ipfs says: "Knoten müssen sich nicht gegenseitig vertrauen, mit Ausnahme derjenigen Knoten, mit denen sie verbunden sind" (translation: "nodes do not need to trust each other with the exception of nodes they are directly connected to") wtf, is this true?!
jcea has quit [Ping timeout: 240 seconds]
jcea has joined #ipfs
chachasmooth_ has joined #ipfs
chachasmooth has quit [Ping timeout: 272 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
vmx has quit [Ping timeout: 265 seconds]
Ecran has joined #ipfs
KempfCreative has joined #ipfs
harley123[m] has left #ipfs ["User left"]
sandmage[m] has joined #ipfs
mowcat has joined #ipfs
vmx has joined #ipfs
fiiirree has quit [Ping timeout: 272 seconds]
crest has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ZaZ has joined #ipfs
chachasmooth_ has quit [Quit: Quit]
chachasmooth has joined #ipfs
ian[m]4 has joined #ipfs
ylp has quit [Quit: Leaving.]
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
bengates has quit [Remote host closed the connection]
M59NAA8GT7111114 has joined #ipfs
arma has joined #ipfs
AndrewDiscord[m] has joined #ipfs
arma has quit [Quit: arma]
<lidel> IPFS Weekly starting now: https://github.com/ipfs/community/issues/455
maxzor has joined #ipfs
crest has joined #ipfs
Fessus has quit [Quit: Leaving]
lgfrbcsgoDiscord has joined #ipfs
crest has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
crest has joined #ipfs
maxzor has quit [Remote host closed the connection]
Guest908 has quit [Ping timeout: 260 seconds]
mike_ has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mike_ is now known as Guest86185
hndr has quit [Ping timeout: 258 seconds]
pecastro has quit [Ping timeout: 265 seconds]
lassulus has quit [Ping timeout: 255 seconds]
ygrek__ has joined #ipfs
seba- has joined #ipfs
ylp has joined #ipfs
ylp has quit [Client Quit]
seba-- has quit [Ping timeout: 268 seconds]
lassulus has joined #ipfs
lord| has quit [Read error: Connection reset by peer]
lord| has joined #ipfs
tryte has quit [Remote host closed the connection]
tryte has joined #ipfs
gimzmoe has quit [Ping timeout: 265 seconds]
vmx has quit [Quit: Leaving]
damionx7 has quit [Quit: I dont like it here.]
damionx7 has joined #ipfs
rendar has quit [Quit: echi = moron]
D_ has quit [Remote host closed the connection]
D_ has joined #ipfs
damionx7 has quit [Quit: I dont like it here.]
damionx7 has joined #ipfs
pecastro has joined #ipfs
gimzmoe has joined #ipfs
Ai9zO5AP has joined #ipfs
rangermauve is now known as rangermauve[c]
Ecran has joined #ipfs
Ai9zO5AP has quit [Ping timeout: 258 seconds]
Ai9zO5AP has joined #ipfs
Jybz has joined #ipfs
q-u-a-n2 has joined #ipfs
q-u-a-n2 has quit [Remote host closed the connection]
q-u-a-n2 has joined #ipfs
Jybz has quit [Quit: Konversation terminated!]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
grumble has quit [Quit: Some software updates just make me want to cURL up in a corner and sob.]
grumble has joined #ipfs
grumble has quit [Changing host]
grumble has joined #ipfs
kaotisk has quit [Remote host closed the connection]
kaotisk has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
doodlemania[m] has joined #ipfs
mowcat has quit [Remote host closed the connection]
KempfCreative has quit [Quit: KempfCreative]
Acacia has quit [Quit: Lost terminal]
pecastro has quit [Ping timeout: 258 seconds]
lritter has quit [Ping timeout: 272 seconds]
Fessus has joined #ipfs
jcea has quit [Remote host closed the connection]
Acacia has joined #ipfs
jcea has joined #ipfs
shizy has joined #ipfs
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
foxcpp has quit [Quit: Looks like my relay decided to commit suicide]
foxcpp has joined #ipfs
hsn has quit [Quit: hsn]
ShokuninDiscord4 has joined #ipfs
<ShokuninDiscord4> wdyt <span class="d-mention d-user">bonedaddy</span>, <span class="d-mention d-user">swedneck [GMT+1]</span> and <span class="d-mention d-user">Reality</span>?
<bonedaddyDiscor4> You could always write a libp2p protocol that allows authorized peerIDs to send messages through you. Without an SMTP server that supports libp2p communication, you would need a node that's capable of relaying the data sent over the libp2p protocol through an SMTP server or a service like sendgrid
<ShokuninDiscord4> you mean like some kinda api to pass commands to the node via emails?