ipfs-cluster icon indicating copy to clipboard operation
ipfs-cluster copied to clipboard

Pinset orchestration for IPFS

Results 179 ipfs-cluster issues
Sort by recently updated
recently updated
newest added

I would like to have 2 more options in ipfs-cluster-follow : - `--max-size "string, size (50Mb 200Gb)"`, if the pinset gets bigger it either pinned partially (up until the limit)...

kind/enhancement
help wanted
P2
need/analysis

Should be very useful if IPFS cluster have api for IPFS FIles

kind/enhancement

**Describe the feature you are proposing** Have IPFS cluster check a `/ipns/` resource periodically (configurable) and ensure the resulting IPFS resource is pinned across the cluster. This is different from...

kind/enhancement
exp/intermediate
P2
effort/days

Consider adding a policy that automatically skips out of disk space, such as uploading files to a local cluster node when the local disk is full, automatically skips the local...

kind/enhancement

**Describe the feature you are proposing** Our docker containers should be able to run in different architectures and be built for them. **Additional context** Go-ipfs is probablly a good example...

kind/enhancement
help wanted
exp/novice
status/ready
P2
good first issue
effort/hours

**Additional information:** - OS: Linux - IPFS Cluster version: 0.13 - Installation method: dist.ipfs.io **Describe the bug:** A call like this doesnt work: `ipfs-cluster-ctl pin add --replication-min -1 --replication-max -1...

help wanted
P2
topic/docs
good first issue
exp/beginner
effort/hours

**Additional information:** - OS: Linux - IPFS Cluster version: 0.13 - Installation method: dist.ipfs.io **Describe the bug:** Adding a pin with an expire-in timeout like '30d' results in the following...

kind/enhancement
help wanted
status/ready
P2
good first issue
exp/beginner
effort/hours

``` $ GOARCH=mipsle GOOS=linux GOMIPS=softfloat go build ./cmd/ipfs-cluster-service # github.com/boltdb/bolt ../../go/pkg/mod/github.com/boltdb/[email protected]/bolt_unix.go:62:15: undefined: maxMapSize ../../go/pkg/mod/github.com/boltdb/[email protected]/bucket.go:135:15: undefined: brokenUnaligned ../../go/pkg/mod/github.com/boltdb/[email protected]/db.go:101:13: undefined: maxMapSize ../../go/pkg/mod/github.com/boltdb/[email protected]/db.go:317:12: undefined: maxMapSize ../../go/pkg/mod/github.com/boltdb/[email protected]/db.go:335:10: undefined: maxMapSize ../../go/pkg/mod/github.com/boltdb/[email protected]/db.go:336:8: undefined: maxMapSize ../../go/pkg/mod/github.com/boltdb/[email protected]/freelist.go:169:19: undefined:...

kind/enhancement
P3
topic/dependencies
kind/discussion
need/analysis

**Describe the feature you are proposing** A user starts cluster-follower with a new attribute like -ClusterStorageMax XXGB (default 10GB) In this case we add a new tag in the IPFS...

topic/docs

**Describe the feature you are proposing** IPFS already has a basic plugin which shows traffic, peers and repo size, but there's no plugin for the cluster. I like to monitor...

need/triage