soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lord| has quit [Quit: WeeChat 1.9.1]
lord| has joined #ipfs
muvlon has quit [Quit: Leaving]
<Icefoz>
or /http/com/example ?
<stebalien>
If anyone wants to start contributing to IPFS but doesn't know where to start, here's a simple set of issues you can try tackling: https://github.com/ipfs/go-ipfs/issues/4414
zautomata1 has quit [Ping timeout: 264 seconds]
zautomata1 has joined #ipfs
jmill has joined #ipfs
jmill has quit [Read error: Connection reset by peer]
Mateon1 has quit [Remote host closed the connection]
jmill has joined #ipfs
Mateon1 has joined #ipfs
pombreda has quit [Ping timeout: 264 seconds]
pombreda has joined #ipfs
jaboja has quit [Remote host closed the connection]
MDude has joined #ipfs
mrBen2k2k2k has joined #ipfs
mrBen2k2k2k has quit [Ping timeout: 256 seconds]
ygrek has joined #ipfs
mrBen2k2k2k has joined #ipfs
ygrek has quit [Ping timeout: 272 seconds]
koshii has joined #ipfs
d-k has quit [Ping timeout: 252 seconds]
zautomata1 has quit [Ping timeout: 248 seconds]
<lord|>
hmm, is the ipfs protocol between nodes encrypted?
<lord|>
but if I download the reference implementation of ipfs, will it be using encryption on the wire out of the box?
<JCaesar>
Should.
<JCaesar>
(that's why all the multiaddrs come with peer ids…)
koshii has joined #ipfs
kaotisk has quit [Ping timeout: 240 seconds]
<whyrusleeping>
yeah, between ipfs peers its encrypted
<whyrusleeping>
and doesnt support not being encrypted
<lord|>
awesome, thanks
kaotisk has joined #ipfs
<whyrusleeping>
(well, you can run it unencrypted, but then it cant talk to any other nodes unless they explicitly choose to run without encryption)
<lord|>
probably would be useful for private networks
<jfmherokiller[m]>
Id just like to say that i have been using ipfs in a production envirnment and it has proven itself by a large margin. (ive been using it in uncompressed mincraft world backups Its deduplication properties are better then most proprietary software and they allow me to have almost delta patchable snapshots of the world.)
<whyrusleeping>
jfmherokiller[m]: :)
<jfmherokiller[m]>
it also works pretty well since i can save the state of the whole minecraft directory not just the wold folder while the server is running
astronavt has joined #ipfs
<whyrusleeping>
oh shit, it actually works fine with a live 'add' operation?
<whyrusleeping>
thats impressive
<jfmherokiller[m]>
yep i dont know how you programmed the go-ipfs program but it doesnt lock the files as it reads them so they can continue to be accessed by the minecraft server
<jfmherokiller[m]>
the only issue is when the minecraft server locks the files itself but thats usually fixable
<whyrusleeping>
O_RDONLY, no exclusive fd opens
<jfmherokiller[m]>
well it works even on windows
<jfmherokiller[m]>
which is what i run the server on
<whyrusleeping>
huh
<whyrusleeping>
well thats nice
<jfmherokiller[m]>
yep i just wanted to report on how well it works in production and im using the latest version eg 0.4.13
<whyrusleeping>
jfmherokiller[m]: thats great to hear :)
<whyrusleeping>
And as always, let us know if anything isnt quite right
<whyrusleeping>
we're going to have CI for windows pretty soon
fleeky_ has quit [Quit: Ex-Chat]
<jfmherokiller[m]>
good hopefully i can retire the powershell script i made that compiles it from source and then restarts the windows service replacing the exe once it shuts down
engdesart has quit [Ping timeout: 248 seconds]
<whyrusleeping>
ooOoo, thats interesting
<jfmherokiller[m]>
it kind of does dirty stuff by abusing a combination of nssm and process hooks
koshii has quit [Read error: No route to host]
koshii has joined #ipfs
<lord|>
jfmherokiller[m]: I think one of the essentials plugins for bukkit handles locking for you
<lord|>
when it does backups
<lord|>
I remember that it runs a script of your choice
<jfmherokiller[m]>
oh? i dont really use the essentials because it feels like im putting all my eggs in one basket
<lord|>
which leads me to believe it probably releases the locks on the minecraft world data while it runs the script
joocain2 has quit [Ping timeout: 248 seconds]
anewuser has quit [Ping timeout: 265 seconds]
joocain2 has joined #ipfs
<jfmherokiller[m]>
so i guess if i wanted to make that work all i would need todo is insert "ipfs add --pin=false -Q -r . >> backupList.log"
<lord|>
yeah just replace the script essentials gives you with one that puts backups in ipfs store
<lord|>
there might be a smaller plugin available with this same functionality, I dunno
<lord|>
essentials is a lot of stuff to add for a small vanilla server
persecutrix has quit [K-Lined]
Anchakor has quit [Ping timeout: 268 seconds]
notdaniel has quit [Quit: Leaving]
<jfmherokiller[m]>
^ thats the reason i prefer not using it the plugin is so big its overwhelming
<lord|>
hmm, it seems minecraft servers come with a /save-on and /save-off command
<lord|>
you could just... hackily pump those commands into the server stdin
intern has joined #ipfs
<jfmherokiller[m]>
well thats not too hard as long as the stdin is running in a powershell window ive been able todo cross window communication in a somewhat workable fashion
<jfmherokiller[m]>
oh that is a much better approach
<lord|>
yeah
<jfmherokiller[m]>
also as a bonus it has a dotnet library that you can just import in powershell
<lord|>
curl the API endpoint to run save-all and then save-off, put backup in ipfs store, then call API to run save-on
<jfmherokiller[m]>
yep
<jfmherokiller[m]>
gonna possibly implement that later
fleeky has joined #ipfs
leeola has quit [Quit: Connection closed for inactivity]
astronavt has quit [Remote host closed the connection]
PyHedgehog has quit [Quit: Connection closed for inactivity]
reit has quit [Quit: Leaving]
kode54 has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in]
kode54 has joined #ipfs
shizy has joined #ipfs
shizy has quit [Ping timeout: 248 seconds]
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
zautomata1 has joined #ipfs
zautomata1 has quit [Ping timeout: 265 seconds]
opal has quit [Ping timeout: 248 seconds]
opal has joined #ipfs
djagoo has quit [Changing host]
djagoo has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MrSparkle has quit [Quit: MrSparkle]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
n7rc has quit [Quit: n7rc]
zautomata1 has joined #ipfs
jmill has joined #ipfs
jmill has quit [Client Quit]
<tbenett>
Hum, something's strange here: I got an "Error private key already loaded" when on the ipfs/go-ipfs docker image I try to cat from a multihash.
koshii has quit [Quit: bye]
ulrichard has joined #ipfs
koshii has joined #ipfs
tbenett has quit [Ping timeout: 272 seconds]
Anchakor has joined #ipfs
metric has quit [Quit: No Ping reply in 180 seconds.]
metric has joined #ipfs
joocain2 has quit [Remote host closed the connection]
intern has quit [Remote host closed the connection]
<JCaesar>
Wish tbenett had said which multihash…
joocain2 has joined #ipfs
nope_23 has joined #ipfs
zautomata1 has quit [Ping timeout: 265 seconds]
larpanet has joined #ipfs
plexigras has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
koshii has quit [Quit: bye]
yuhl has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
yuhl_ has joined #ipfs
yuhl has quit [Ping timeout: 265 seconds]
upperdeck has joined #ipfs
tbenett has joined #ipfs
tbenett has quit [Ping timeout: 265 seconds]
rendar has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
onikuma has quit [Remote host closed the connection]
ylp has joined #ipfs
mtodor has joined #ipfs
tombusby has quit [Remote host closed the connection]
upperdeck has quit [Read error: Connection reset by peer]
tombusby has joined #ipfs
mtodor_ has joined #ipfs
upperdeck has joined #ipfs
mtodor has quit [Ping timeout: 265 seconds]
g_ has joined #ipfs
g_ has quit [Client Quit]
}ls{ has joined #ipfs
warner has quit [Quit: ERC (IRC client for Emacs 25.2.1)]
zautomata1 has joined #ipfs
ilyaigpetrov has joined #ipfs
plexigras has quit [Quit: WeeChat 2.0]
plexigras has joined #ipfs
xzha has joined #ipfs
Alpha64 has quit [Read error: Connection reset by peer]
voker57 has quit [Quit: No Ping reply in 180 seconds.]
edrex has quit [Ping timeout: 255 seconds]
voker57 has joined #ipfs
voker57 has joined #ipfs
tbenett has joined #ipfs
reit has joined #ipfs
edrex has joined #ipfs
gts has joined #ipfs
zautomata1 has quit [Ping timeout: 265 seconds]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
zautomata1 has joined #ipfs
erictapen has joined #ipfs
gts has quit [Remote host closed the connection]
zautomata1 has quit [Ping timeout: 240 seconds]
plexigras has quit [Quit: WeeChat 2.0]
bomb-on has quit [Quit: zzz]
inetic has joined #ipfs
ONZe has joined #ipfs
ONZe has left #ipfs [#ipfs]
zautomata1 has joined #ipfs
mrBen2k2k2k has quit [Ping timeout: 256 seconds]
upperdeck has quit [Read error: Connection reset by peer]
plexigras has joined #ipfs
ecloud_wfh is now known as ecloud
Neomex has joined #ipfs
soesoe has joined #ipfs
chris6131 has joined #ipfs
upperdeck has joined #ipfs
chris613 has quit [Ping timeout: 272 seconds]
Ellenor is now known as Reinhilde
<tbenett>
Hum, something's strange here: I got an "Error private key already loaded" when on the ipfs/go-ipfs docker image I try to cat from a multihash.
<tbenett>
Did you already got that?
<tbenett>
It sounds like a bug, but of course I don't completely belives that. I looked on the web for response but ended up in the source code where the error is thrown and that wasn't helpful
zautomata1 has quit [Ping timeout: 265 seconds]
athan has quit [Ping timeout: 260 seconds]
bomb-on has joined #ipfs
athan has joined #ipfs
zautomata1 has joined #ipfs
<JCaesar>
tbenett: Which multihash, btw?
erictapen has quit [Ping timeout: 240 seconds]
mrBen2k2k2k has joined #ipfs
<tbenett>
JCaesar: a trash one. Not even uploaded as I work in offline mode
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
vmx has joined #ipfs
<tbenett>
JCaesar: it's probably me since I started a new instance of the image and I could get a cat working again. I really don't know what is causing the issue, but be sure I let you know if I can find a way to reproduce it
rcat has joined #ipfs
zautomata1 has quit [Quit: WeeChat 1.7]
jkilpatr has joined #ipfs
dgrisham has quit [Ping timeout: 255 seconds]
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
rcat has quit [Ping timeout: 265 seconds]
rcat has joined #ipfs
jkilpatr has quit [Quit: Leaving]
jkilpatr has joined #ipfs
dgrisham has joined #ipfs
PyHedgehog has joined #ipfs
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
jkilpatr has quit [Ping timeout: 248 seconds]
TheAssassin has quit [Ping timeout: 240 seconds]
TheAssassin has joined #ipfs
guhcampos has joined #ipfs
guhcampos has quit [Remote host closed the connection]
guhcampos has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
acrylamid has quit [Quit: leaving]
erictapen has quit [Ping timeout: 265 seconds]
upperdeck has joined #ipfs
guhcampos has quit [Read error: Connection reset by peer]
guhcampos has joined #ipfs
Adbray has quit [Read error: Connection reset by peer]
Adbray has joined #ipfs
shakalaka has quit [Ping timeout: 250 seconds]
shakalaka has joined #ipfs
Reinhilde has quit [Ping timeout: 250 seconds]
Ellenor has joined #ipfs
erictapen has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
acrylamid has joined #ipfs
upperdeck has joined #ipfs
erictapen has quit [Ping timeout: 260 seconds]
<lgierth>
Icefoz: ah yeah, /http/com/example :):) it was pretty late here
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
soesoe has joined #ipfs
Jesin has quit [Quit: Leaving]
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
PyHedgehog has quit [Quit: Connection closed for inactivity]
opal has quit [Ping timeout: 248 seconds]
opal has joined #ipfs
joocain2 has quit [Ping timeout: 248 seconds]
joocain2 has joined #ipfs
xnbya has quit [Ping timeout: 248 seconds]
xnbya has joined #ipfs
ccii1 has quit [Ping timeout: 264 seconds]
ccii has joined #ipfs
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
<Icefoz>
np :-)
Strepsils has joined #ipfs
Strepsils has quit [Client Quit]
rcat has quit [Remote host closed the connection]
jmill has joined #ipfs
ashark has joined #ipfs
<tbenett>
Is someone available to help me please? I've got this strange issue where I got a 'Error: private key already loaded' from the HTTP api when I try `cat` on a hash returned from a newly added file.
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
<JCaesar>
I mean, you can always move the .ipfs folder to a backup location and try to start afresh…
<JCaesar>
Not very elegant, yes…
rodolf0 has joined #ipfs
javis has joined #ipfs
larpanet has quit [Remote host closed the connection]
larpanet has joined #ipfs
<tbenett>
JCaesar: ;) I appreciate the help, thanks. But yeah... Sadly I need it to run the operation on a CI server too and I can't have the hand of it. Well... I somehwo could by executing some shell commands between the specs which I already do a kind of rollback of the cache and the localstorage to an empty state.
asyncsec has joined #ipfs
shizy has joined #ipfs
<JCaesar>
Hm, I'm wondering if that has anything to do with it. "kind-of-rollback" doesn't sound too good.
<tbenett>
Yeah... I realized it by writing it
<tbenett>
...
<tbenett>
I
<tbenett>
I'm gonna test.
<tbenett>
Basically I'm doing an `ipfs repo gc` and for all hashes found with `ipfs pin ls --type=recursive` a `ipfs pin rm`
<tbenett>
I the test just came out. Error still present
<tbenett>
What does the error mean?
<tbenett>
how could 'Error: private key already loaded'
larpanet has quit [Ping timeout: 240 seconds]
Kristjan has joined #ipfs
Kristjan has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Jesin has joined #ipfs
Alpha64 has joined #ipfs
scde has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
sz0 has joined #ipfs
vmx has quit [Ping timeout: 240 seconds]
ulrichard has quit [Remote host closed the connection]
rombob[m] has joined #ipfs
ylp has quit [Quit: Leaving.]
larpanet has joined #ipfs
yuhl_ has quit [Quit: yuhl_]
mtodor_ has quit [Ping timeout: 264 seconds]
shizy has joined #ipfs
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
opal has quit [Remote host closed the connection]
opal has joined #ipfs
soesoe has joined #ipfs
xzha has quit [Ping timeout: 272 seconds]
larpanet has quit [Ping timeout: 240 seconds]
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
nope_23 has quit [Ping timeout: 248 seconds]
jaboja has joined #ipfs
ccii1 has joined #ipfs
ccii has quit [Ping timeout: 265 seconds]
Jesin has quit [Remote host closed the connection]
joocain2 has quit [Ping timeout: 248 seconds]
opal has quit [Ping timeout: 248 seconds]
tombusby has quit [Ping timeout: 248 seconds]
trqx has quit [Ping timeout: 248 seconds]
Jesin has joined #ipfs
tbenett has quit [Quit: WeeChat 2.0]
teod has left #ipfs [#ipfs]
Intensity has quit [Ping timeout: 246 seconds]
tombusby has joined #ipfs
trqx has joined #ipfs
joocain2 has joined #ipfs
Jesin has quit [Ping timeout: 256 seconds]
opal has joined #ipfs
Intensity has joined #ipfs
opal has quit [Remote host closed the connection]
opal has joined #ipfs
tbenett has joined #ipfs
bomb-on has quit [Quit: zzz]
Jesin has joined #ipfs
inetic has quit [Ping timeout: 255 seconds]
s8ori has quit [Quit: Lost terminal]
kaotisk has quit [Ping timeout: 248 seconds]
<dexteruk>
Hi
kaotisk has joined #ipfs
<dexteruk>
I have tried getting ipfs port 5001 (api) to listen to two ip address
<dexteruk>
internal and external
<dexteruk>
is there away to do this
<dexteruk>
as i have a ipfs node running on a private lan so i needed the api to be accessable by other servers so i could tell it to pin the hashes created by the others servers
<dexteruk>
as that server is the one that is access by the outside world
<dexteruk>
and the others just create content
<Icefoz>
dexteruk: Port forwarding?
<dexteruk>
no i just need the ipfs to listen on two ip address
<Icefoz>
The IPFS API port, you mean?
<dexteruk>
yes
<dexteruk>
i tried adding it to the config with both addresses
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
erictapen has joined #ipfs
yuhl has quit [Quit: yuhl]
James_Epp_tmp0 has joined #ipfs
James_Epp has quit [Ping timeout: 256 seconds]
bsm117532 has quit [Ping timeout: 264 seconds]
ashark has quit [Ping timeout: 264 seconds]
shizy has quit [Ping timeout: 240 seconds]
rodolf0 has quit [Remote host closed the connection]
rodolf0 has joined #ipfs
sz0 has quit [Quit: Connection closed for inactivity]
erictapen has quit [Ping timeout: 256 seconds]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
ygrek has joined #ipfs
yuhl has joined #ipfs
yuhl has quit [Client Quit]
Encrypt has quit [Quit: Quit]
yuhl has joined #ipfs
yuhl has quit [Client Quit]
tbenett has quit [Ping timeout: 272 seconds]
yuhl has joined #ipfs
yuhl has quit [Remote host closed the connection]
javis has joined #ipfs
ashark has joined #ipfs
tbenett has joined #ipfs
guhcampos has quit [Read error: Connection reset by peer]
adamjbradley[m] has joined #ipfs
clemo has quit [Read error: Connection reset by peer]
James_Epp_tmp0 has quit [Quit: Leaving]
tbenett has quit [Ping timeout: 264 seconds]
tbenett has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
tbenett has quit [Ping timeout: 265 seconds]
upperdeck has joined #ipfs
Jesin has quit [Quit: Leaving]
soesoe has joined #ipfs
chris6131 is now known as chris613
tbenett has joined #ipfs
Hari has joined #ipfs
Hari is now known as Guest70034
Guest70034 has quit [Client Quit]
tbenett has quit [Ping timeout: 265 seconds]
tbenett has joined #ipfs
eo[m] has joined #ipfs
soesoe has quit [Ping timeout: 240 seconds]
rodolf0 has quit [Ping timeout: 265 seconds]
tbenett has quit [Ping timeout: 265 seconds]
shoogz has quit [Ping timeout: 268 seconds]
<grandy>
Hello, I was reading about hosting a static website on ipfs, and in the example it appeared that the author's website was being hosted on IPFS, however it had a normal custom domain name, not ipfs.io/etc
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
<grandy>
I set up the dns TXT record for my root domain pointing at the IPFS path for a simple site I set up, but not sure what needs to be done to map it to a custom DNS name (or whether a custom browser add-on is required to do that mapping)
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
tbenett has joined #ipfs
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
shoogz has joined #ipfs
tbenett has quit [Ping timeout: 265 seconds]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
tbenett has joined #ipfs
jakewalker has joined #ipfs
tbenett has quit [Ping timeout: 240 seconds]
bwn has quit [Ping timeout: 260 seconds]
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 256 seconds]
Mateon3 is now known as Mateon1
blargle13[m] has joined #ipfs
tbenett has joined #ipfs
tbenett has quit [Ping timeout: 256 seconds]
tbenett has joined #ipfs
onikuma has joined #ipfs
tbenett has quit [Ping timeout: 256 seconds]
bwn has joined #ipfs
tbenett has joined #ipfs
javis has quit [Ping timeout: 264 seconds]
newhouse has quit [Read error: Connection reset by peer]