rainbow
rainbow copied to clipboard
Add remote backend mode from bifrost-gateway
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 disables libp2p stack and only uses delegated retrieval via HTTP (trustless gateway + delegated routing).
I think the basic configuration options would be:
-
RAINBOW_REMOTE_BACKENDwith list of URLs of trustless gateways -
RAINBOW_REMOTE_BACKEND_MODE=block|carwhereblockis implicit default (if not set)