6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedkind/enhancementtopic/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
would be nice to list the hashes stored locally under /ipfs with special (well known) directories:
/ipfs/pinned for all hashes pinned locally
/ipfs/cached for all hashes available locally, and not pinned.
/ipfs/local all hashes available locally (pinned U cached)
Contributor guide
- Research direction
- Examine the current FUSE implementation in the kubo repository, specifically how /ipfs directory is mounted and how pinned and cached objects are tracked. Then design a solution to add virtual directories like /ipfs/pinned, /ipfs/cached, and /ipfs/local that list hashes accordingly.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoIPFS conceptsFUSE