Marcin Rataj
Marcin Rataj
No update. Browser use case ended up having a better solution in the form of [subdomain gateway](https://docs.ipfs.io/how-to/address-ipfs-on-web/#subdomain-gateway) on `{cid}.ipfs.localhost:8080` where each CID gets its own Origin sandbox, so adding ip6...
Primary motivation is to ensure users running with **_default settings_** (helia, verified-fetch) avoid hitting **_default recursive gateway_** when a direct provider is available. If custom recursive gateways are set by...
@katiecoin what is the purpose of this PR?
Triage notes: - if all routing systems return error (e.g. http endpoint being down) there is still one extra "routing system" which is bitswap broadcast and "being connected to other...
@Verity-Freedom thank you for filling this, mind elaborating what is the user experience you expect? The number listed as "Local Datatstore" is all blocks locally cached (includes pins, mfs, but...
@ChayanDass which version of ipfs-webui you are using? I was not able to reproduce with the latest release https://github.com/ipfs/ipfs-webui/releases/tag/v4.9.1 present in Kubo 0.38.1
Triage notes: - the https://github.com/ipfs/kubo/pull/10863 introduces `ipfs provide` - we cleanup/add commands in new PRs - have cmd for each operation from https://github.com/libp2p/go-libp2p-kad-dht/pull/1093/files - for clearing - avoiding collisions /...
Meta integration issue: - https://github.com/ipfs/kubo/issues/10881
sounds sensible, PRs are welcome :)
### Triage notes - This issue is not about `Provide.*`, it is about using non-standard custom routing config when user explicitly sets [`Routing.Type=custom`](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingtype) and then crafts composite router by hand...