8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedkind/bugtopic/fuse
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
Mounting /ipns/ has negative consequences (one can't use ipfs name publish) so option to mount only /ipfs/ or /ipns in read only mode would be beneficial.
Contributor guide
- Research direction
- Look at the mount command implementation in the cmd/ipfs package, find where mount options are handled, and add a new flag to allow mounting only /ipfs/. Ensure the read only mode for /ipns/ is also considered.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoIPFS basics