Marcin Rataj
Marcin Rataj
Idea extracted from: https://github.com/ipfs-shipyard/pm-ipfs-gui/issues/34#issuecomment-380691178 - we have ability to expose a mutable folder under permalink `/ipns/` - there is an option to create as many keys as you want, so...
> Part of UX improvements for sharing local files (#342) Idea extract from https://github.com/ipfs-shipyard/pm-ipfs-gui/issues/34#issuecomment-380691178 and https://github.com/ipfs-shipyard/ipfs-companion/issues/342 > Provide easy way to share secrets - encryption and decryption happen client-side (JS)...
Another take on "mutable sharing" (other being https://github.com/ipfs/ipfs-gui/issues/52) is bi-directional exchange space in which all parties can add files (and organize them in directories!). > This could be useful collaboration...
> This is a notice I'm filling in repo of every HTTP Client I can find. > **Feel free to close it if this project already works fine with go-ipfs...
This is GO version of https://github.com/ipfs-shipyard/service-worker-gateway/issues/72. We want rainbow to benefit from `/https` providers ([example](https://delegated-ipfs.dev/routing/v1/providers/bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi)) and use them in addition to bitswap Ideally, we would be prioritizing HTTP retrieval over...
We want rainbow to be enough to do badbits handling at `ipfs.io` / `dweb.link`. If it is good enough for us, it will be good enough for people who self-host....
Filling here so we don't forget, upstream details in https://github.com/ipfs/boxo/issues/576. Once we have block / car backends in `boxo/gateway`, it will be easy to add config flag to rainbow which...
## Problem Seems that we have hardcoded some settings related to delegated routing over HTTP - http client pool details [here](https://github.com/ipfs/rainbow/blob/19723fe3c522dba0daa861bf64f02dad30fde7e2/setup.go#L191-L196) - http router timeout [here](https://github.com/ipfs/rainbow/blob/19723fe3c522dba0daa861bf64f02dad30fde7e2/setup.go#L273) https://github.com/ipfs/rainbow/blob/19723fe3c522dba0daa861bf64f02dad30fde7e2/setup.go#L273 15s timeout on...
Rainbow needs end-to-end regression tests that build binary and confirm sensitive configuration is applied correctly: - [ ] confirm env `RAINBOW_TRUSTLESS_GATEWAY_DOMAINS` is applied correctly - [ ] confirm cli param...
IPNS resolution and raw signed records are fetched from Kubo RPC at `node[0-2].delegate.ipfs.io` nodes (details why: https://github.com/ipfs/bifrost-gateway/issues/5) https://github.com/ipfs/bifrost-gateway/blob/49d8b1475fd4298f8f50a6557181810d542ddcac/routing.go#L91 # Problem PL wants to shut down delegate/preload nodes at some point:...