alanshaw changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.22 and js-ipfs 0.40 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
lidel has quit [Ping timeout: 265 seconds]
fleeky has joined #ipfs
stkw0 has joined #ipfs
pecastro has quit [Ping timeout: 265 seconds]
boredmanicrobot has joined #ipfs
hqdruxn08_ has joined #ipfs
HappyTree is now known as mrinfinity
hqdruxn08 has quit [Ping timeout: 256 seconds]
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
boredmanicrobot_ has joined #ipfs
jcea has quit [Client Quit]
boredmanicrobot has quit [Ping timeout: 265 seconds]
boredmanicrobot_ is now known as boredmanicrobot
mithilarun has joined #ipfs
AbramAdelmo has quit [Remote host closed the connection]
mithilarun has quit [Ping timeout: 245 seconds]
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
is_null has quit [Remote host closed the connection]
__jrjsmrtn__ has joined #ipfs
lidel has joined #ipfs
_whitelogger has joined #ipfs
boredmanicrobot has quit [Quit: boredmanicrobot]
AbramAdelmo has joined #ipfs
AbramAdelmo_ has joined #ipfs
AbramAdelmo has quit [Ping timeout: 265 seconds]
null1337 has quit [Ping timeout: 260 seconds]
null1337 has joined #ipfs
mithilarun has joined #ipfs
clemo has quit [Ping timeout: 260 seconds]
}ls{ has quit [Ping timeout: 260 seconds]
KempfCreative has quit [Ping timeout: 265 seconds]
}ls{ has joined #ipfs
mithilarun has quit [Ping timeout: 245 seconds]
mithilarun has joined #ipfs
mithilarun has quit [Ping timeout: 260 seconds]
mithilarun has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
mithilarun has quit [Ping timeout: 265 seconds]
shizy has quit [Remote host closed the connection]
<swedneck[m]2>
Have you considered publishing on something like plume instead of medium?
<swedneck[m]2>
Looks very good and simple otherwise
<odisseus[m]>
The article was commissioned by the company I work at; I cannot choose where and how to publish
<swedneck[m]2>
Ah
hhes has joined #ipfs
bornjre has quit [Remote host closed the connection]
vmx has joined #ipfs
<hhes>
hey, I'd like to automatise adding files in a git repo. I'm using CircleCI, where each step of CI/CD pipeline has its own docker image. I was wondering which one of the official ones would suit it best. The pipeline will add files to IPFS and then to IPNS, and also connect to ipfs-cluster to pin it all. So, I'm gonna need ipfs and ipfs-cluster-ctl binaries — is there any docker image with both at the same
ipfs-stackbot has quit [Remote host closed the connection]
irssitest has joined #ipfs
irssitest is now known as c0ncord
ipfs-stackbot has joined #ipfs
fleeky has quit [Ping timeout: 268 seconds]
spinza has joined #ipfs
fleeky has joined #ipfs
zeden has joined #ipfs
nanophoenix9999[ has joined #ipfs
jcea has joined #ipfs
jcea has quit [Ping timeout: 245 seconds]
mithilarun has joined #ipfs
mithilarun has quit [Ping timeout: 265 seconds]
octav1a has joined #ipfs
jcea has joined #ipfs
zeden has quit [Quit: WeeChat 2.6]
blangblack has joined #ipfs
blangblack has quit [Max SendQ exceeded]
zeden has joined #ipfs
Caterpillar2 has joined #ipfs
seba-- has joined #ipfs
seba- has quit [Ping timeout: 265 seconds]
KempfCreative has joined #ipfs
malestorm has quit [Quit: malestorm]
KempfCreative has quit [Quit: KempfCreative]
ygrek_ has joined #ipfs
KempfCreative has joined #ipfs
dqx_ has joined #ipfs
seba-- has quit [Ping timeout: 240 seconds]
mithilarun has joined #ipfs
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
seba- has joined #ipfs
mithilarun has quit [Ping timeout: 265 seconds]
mowcat has joined #ipfs
jesse22 has joined #ipfs
mithilarun has joined #ipfs
clemo has joined #ipfs
Caterpillar has quit [Ping timeout: 265 seconds]
mithilarun has quit [Ping timeout: 245 seconds]
dqx_ has quit [Ping timeout: 260 seconds]
mithilarun has joined #ipfs
<hsanjuan[m]>
hhes: why do you need to run ipfs in the pipeline?
<hhes>
hsanjuan[m]: to update files when needed
<hsanjuan[m]>
hhes: but the moment the pipeline dies that daemon will die an the data with it. What I mean is that you can `ipfs-cluster-ctl add` to a remote, stable cluster peer (that runs its own ipfs daemon)
<hhes>
hsanjuan[m]: yes, I've got a cluster
<hhes>
the pipeline just needs to connect to my cluster
mithilarun has quit [Ping timeout: 265 seconds]
mithilarun has joined #ipfs
<hsanjuan[m]>
hhes: so then you probably do not need ipfs. you can replace `ipfs add` with `ipfs-cluster-ctl --host /ip4/yourcluster add ...`
<rusty78>
Hi I'm looking at dialing a peer and found "ipfs.libp2p.dialProtocol" example
<rusty78>
I am able to dial to a peer but on my peer that is listening for messages, I cannot find any way to get the sender's peerID or verify that they sent the message
<rusty78>
Do I have to implement some kind of signing mechanism for this or is there a built-in way to get the peerID of the message sender?
<rusty78>
achingbrain[m]: Unfortunately I am still getting "Uncaught (in promise) TypeError: Cannot read property 'remotePeer' of undefined" returned from my console when it gets triggered
<rusty78>
I am using a node.js JS-IPFS instance -> browser js-ipfs instance
psyonity[m] has left #ipfs ["User left"]
<rusty78>
Any ideas on what I may be doing wrong here?
<achingbrain[m]>
Ah, it's probably the older version of libp2p then, it's just gone through a massive refactor
<rusty78>
Perfect, I'll try that next, I am using some old libraries so that may very well be it. I'll try upgrading now
<achingbrain[m]>
There will be an rc of js-IPFS out in the next day or so that pulls in the latest libp2p
mauz555 has joined #ipfs
<rusty78>
Yeah I just checked mine are both running 0.40 for JS-IPFS right now, I'll just use the direct Libp2p instance for now and later refactor. I'll write back if it works, thanks for the help so far
psyonity[m] has joined #ipfs
Ecran has joined #ipfs
<hsanjuan[m]>
hhes: nop...
psyonity[m] has left #ipfs ["User left"]
dqx_ has joined #ipfs
mithilarun has joined #ipfs
Jesin has quit [Quit: Leaving]
HaybalesDiscord[ has joined #ipfs
DanielMaricic[m] has joined #ipfs
<HaybalesDiscord[>
Where the actual ‘docker build’ and ‘docker push’ get run
jcea1 has joined #ipfs
jcea has quit [Read error: Connection reset by peer]
jcea1 is now known as jcea
gmoro has quit [Ping timeout: 268 seconds]
AbramAdelmo has joined #ipfs
AbramAdelmo_ has quit [Read error: Connection reset by peer]
mithilarun has quit [Ping timeout: 265 seconds]
jokoon has joined #ipfs
Jesin has joined #ipfs
ttocslliwDiscord has joined #ipfs
voker57 has quit [Remote host closed the connection]
voker57 has joined #ipfs
SteelixDiscord[m has joined #ipfs
c0ncord has quit [Remote host closed the connection]
DaeWoo has quit [Read error: Connection reset by peer]
DaeWoo has joined #ipfs
thelounge0785 has quit [Quit: quit!]
plexigras has joined #ipfs
Ai9zO5AP has joined #ipfs
ZaZ has joined #ipfs
vmx has quit [Quit: Leaving]
octav1a has quit [Ping timeout: 265 seconds]
octav1a has joined #ipfs
<rusty78>
achingbrain[m]: Just used the newest Libp2p repo and it's working now, thanks again for the pointers
rendar has quit []
lalilulelo has joined #ipfs
mithilarun has joined #ipfs
c0ncord has joined #ipfs
dar[m] has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
<bonedaddyDiscord>
That's not how dockerhuh works
<bonedaddyDiscord>
The dockerfile IS the script
<bonedaddyDiscord>
Dockerhub uses that to trigger image builds
<HaybalesDiscord[>
neat, I didnt know docker hub had that built in
<bonedaddyDiscord>
Yea it's cool. There might be a way you tell dockerhub to do some specific things, but by and large just leave the dockerfile in your repo root, and add the repository to dockerhub and it should build your images automatically
<HaybalesDiscord[>
very cool, I'll see if I can figure out how to specify from the code side what arch's to build for
<HaybalesDiscord[>
thanks
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<odisseus[m]>
For what I understand, the answer is `ipfs add`. It works even without the IPFS daemon. I have never used the desktop application, by my guess is that it might wrap the file into a directory to preserve its name, which would yield a different hash than just the bare file
treesloth[m] has quit [*.net *.split]
sorhajy[m] has quit [*.net *.split]
djoek[m] has quit [*.net *.split]
M_lurkcat[m] has quit [*.net *.split]
mentos1386[m] has quit [*.net *.split]
gigx[m] has quit [*.net *.split]
insidious[m] has quit [*.net *.split]
comfypls[m] has quit [*.net *.split]
Obo[m]2 has quit [*.net *.split]
rex4539[m] has quit [*.net *.split]
riottm[m] has quit [*.net *.split]
insanity[m]1 has quit [*.net *.split]
rihardsk[m] has quit [*.net *.split]
momack2[m] has quit [*.net *.split]
Jonwel[m]1 has quit [*.net *.split]
card[m]1 has quit [*.net *.split]
Heystein[m] has quit [*.net *.split]
Eugene[m]1 has quit [*.net *.split]
Shmultz9776[m] has quit [*.net *.split]
nocent9720[m] has quit [*.net *.split]
pigmej has quit [*.net *.split]
hEl[pm0mey[m] has quit [*.net *.split]
icansee[m] has quit [*.net *.split]
gharbeia[m] has quit [*.net *.split]
PopeRigbyOld[m] has quit [*.net *.split]
pbvieDiscord[m] has quit [*.net *.split]
modul8[m] has quit [*.net *.split]
TianyiDiscord[m4 has quit [*.net *.split]
gumshedDiscord[m has quit [*.net *.split]
wourslerDiscord[ has quit [*.net *.split]
koivunejDiscord[ has quit [*.net *.split]
MairkurDiscord[m has quit [*.net *.split]
mhzDiscord[m] has quit [*.net *.split]
grvhiDiscord[m] has quit [*.net *.split]
bltavaresDiscord has quit [*.net *.split]
distributedjoseD has quit [*.net *.split]
MachiavelaDiscor has quit [*.net *.split]
gtsDiscord[m] has quit [*.net *.split]
EKLynxDiscord[m4 has quit [*.net *.split]
Sm03leBr00tDisco has quit [*.net *.split]
WesDiscord[m] has quit [*.net *.split]
Mai-HsuanKevinCh has quit [*.net *.split]
macerbiDiscord[m has quit [*.net *.split]
adinbDiscord[m] has quit [*.net *.split]
gauthamDiscord[m has quit [*.net *.split]
scandichainDisco has quit [*.net *.split]
obernardovieiraD has quit [*.net *.split]
xylanDiscord[m] has quit [*.net *.split]
AceFaceDiscord[m has quit [*.net *.split]
circlesDiscord[m has quit [*.net *.split]
thomasDiscord[m] has quit [*.net *.split]
MissLavender5032 has quit [*.net *.split]
pranayDiscord[m] has quit [*.net *.split]
zgrDiscord[m] has quit [*.net *.split]
mikealDiscord[m] has quit [*.net *.split]
buztedDiscord[m] has quit [*.net *.split]
hyde__Discord[m] has quit [*.net *.split]
ivanDiscord[m] has quit [*.net *.split]
h2Discord[m] has quit [*.net *.split]
bushido711Discor has quit [*.net *.split]
TH0RynDiscord[m] has quit [*.net *.split]
rappelDiscord[m] has quit [*.net *.split]
TristanDiscord[m has quit [*.net *.split]
wossDiscord[m]1 has quit [*.net *.split]
codynhatDiscord[ has quit [*.net *.split]
kppDiscord[m]1 has quit [*.net *.split]
dostDiscord[m] has quit [*.net *.split]
FusonDiscord[m] has quit [*.net *.split]
allgoDiscord[m] has quit [*.net *.split]
hsanjuan[m] has quit [*.net *.split]
ereio[m] has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
lecom[m] has quit [*.net *.split]
peddie has quit [*.net *.split]
armaniferranteDi has quit [*.net *.split]
<odisseus[m]>
* From what I understand, the answer is `ipfs add`. It works even without the IPFS daemon. I have never used the desktop application, by my guess is that it might wrap the file into a directory to preserve its name, which would yield a different hash than just the bare file.
mithilarun has quit [Remote host closed the connection]
rodolf0 has joined #ipfs
mithilarun has joined #ipfs
ygrek__ has joined #ipfs
ygrek_ has quit [Ping timeout: 240 seconds]
ygrek__ has quit [Ping timeout: 268 seconds]
Jonwel[m]1 has joined #ipfs
insanity[m]1 has joined #ipfs
treesloth[m] has joined #ipfs
sorhajy[m] has joined #ipfs
riottm[m] has joined #ipfs
djoek[m] has joined #ipfs
mentos1386[m] has joined #ipfs
rihardsk[m] has joined #ipfs
PopeRigbyOld[m] has joined #ipfs
M_lurkcat[m] has joined #ipfs
rex4539[m] has joined #ipfs
peddie has joined #ipfs
pigmej has joined #ipfs
insidious[m] has joined #ipfs
modul8[m] has joined #ipfs
lecom[m] has joined #ipfs
gigx[m] has joined #ipfs
hsanjuan[m] has joined #ipfs
icansee[m] has joined #ipfs
hEl[pm0mey[m] has joined #ipfs
comfypls[m] has joined #ipfs
gharbeia[m] has joined #ipfs
ereio[m] has joined #ipfs
gauthamDiscord[m has joined #ipfs
card[m]1 has joined #ipfs
AceFaceDiscord[m has joined #ipfs
dostDiscord[m] has joined #ipfs
TianyiDiscord[m4 has joined #ipfs
koivunejDiscord[ has joined #ipfs
mhzDiscord[m] has joined #ipfs
wourslerDiscord[ has joined #ipfs
buztedDiscord[m] has joined #ipfs
pranayDiscord[m] has joined #ipfs
wossDiscord[m]1 has joined #ipfs
codynhatDiscord[ has joined #ipfs
rappelDiscord[m] has joined #ipfs
macerbiDiscord[m has joined #ipfs
grvhiDiscord[m] has joined #ipfs
gtsDiscord[m] has joined #ipfs
MachiavelaDiscor has joined #ipfs
pbvieDiscord[m] has joined #ipfs
Sm03leBr00tDisco has joined #ipfs
Eugene[m]1 has joined #ipfs
bushido711Discor has joined #ipfs
WesDiscord[m] has joined #ipfs
Mai-HsuanKevinCh has joined #ipfs
h2Discord[m] has joined #ipfs
allgoDiscord[m] has joined #ipfs
scandichainDisco has joined #ipfs
gumshedDiscord[m has joined #ipfs
Heystein[m] has joined #ipfs
thomasDiscord[m] has joined #ipfs
zgrDiscord[m] has joined #ipfs
nocent9720[m] has joined #ipfs
Shmultz9776[m] has joined #ipfs
FusonDiscord[m] has joined #ipfs
TH0RynDiscord[m] has joined #ipfs
obernardovieiraD has joined #ipfs
circlesDiscord[m has joined #ipfs
adinbDiscord[m] has joined #ipfs
hyde__Discord[m] has joined #ipfs
ivanDiscord[m] has joined #ipfs
MairkurDiscord[m has joined #ipfs
Obo[m]2 has joined #ipfs
MissLavender5032 has joined #ipfs
EKLynxDiscord[m4 has joined #ipfs
armaniferranteDi has joined #ipfs
momack2[m] has joined #ipfs
bltavaresDiscord has joined #ipfs
kppDiscord[m]1 has joined #ipfs
mikealDiscord[m] has joined #ipfs
distributedjoseD has joined #ipfs
xylanDiscord[m] has joined #ipfs
Ericson2314 has joined #ipfs
TristanDiscord[m has joined #ipfs
fiiirree has quit [Excess Flood]
fiiirree has joined #ipfs
grinja has joined #ipfs
stoopkid_ has joined #ipfs
Newami has joined #ipfs
mithilarun has quit [Remote host closed the connection]