9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedneed/community-input
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
It would be very useful to have a mode where you can run ipfs entirely over relayed connections. This would allow lower powered devices to be able to interact with the ipfs network more easily.
Contributor guide
- Research direction
- Investigate the current IPFS connection logic in Kubo and how relay connections are established via go libp2p. Identify configuration entry points to add a 'relay only' mode that forces all connections through relays. Examine existing relay related options and test infrastructure.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoGit