n0-computer / iroh.computer

iroh website
https://iroh.computer
Other
11 stars 17 forks source link

fix incorrect docs / broken links #102

Closed ramfox closed 5 months ago

ramfox commented 5 months ago

There are 3 open questions that I have:

1) In the "Documentation" docs, we have this written: "The owner holds the private side of the document keypair and does not share it. Document owners have the ability to destroy the document and invite other authors to write to the document." Don't we share the document's private key when we give someone write permissions? I could very well be confused / incorrect. (Asked this question in the discord, already, expecting an answer tomorrow)

2) I'm not exactly sure where we currently stand on CIDs. The IPFS page has them, but as far as i can search, we don't have references to CIDs in the actual codebase.

3) Also on the IPFS page, do we still back up all 1mb files to kubo?

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
iroh-computer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 19, 2024 6:09pm
b5 commented 5 months ago

pushed a commit that resolves your open questions @ramfox:

In the "Documentation" docs, we have this written: "The owner holds the private side of the document keypair and does not share it. Document owners have the ability to destroy the document and invite other authors to write to the document." Don't we share the document's private key when we give someone write permissions? I could very well be confused / incorrect. (Asked this question in the discord, already, expecting an answer tomorrow)

This was wrong. I've removed it & replaced it with the correct version: anyone with the private key of a document can write to a document.

I'm not exactly sure where we currently stand on CIDs. The IPFS page has them, but as far as i can search, we don't have references to CIDs in the actual codebase.

We need to land this in an update, but we've decided that all of our "frontends" (the iroh CLI, iroh.network) will handle CID conversion, and users will be able to configure the CLI & iroh.network to display CIDs. This marks a general shift we're taking: web3 users are very good at configuring things, so we'll make "web3 mode" a configuration option.

Also on the IPFS page, do we still back up all 1mb files to kubo?

We do not. I've removed this