Go to file
Hector Sanjuan 6e43d272f7 Fix #593: Remove snaps
Snap builds have broken again. It seems the credentials have expired without
warning, even though they were not so old anyways. As promised,
next time snaps would break, they would be removed.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2019-01-18 10:23:22 +01:00
.github Fix #412: Add an issue template 2018-05-30 14:43:04 +02:00
.gx gx publish 0.8.0 2019-01-16 13:27:26 +01:00
adder Feat #632: Keep default /add behaviour outside of conditional block 2019-01-07 14:10:16 +01:00
allocator Unrewrite deps 2018-12-17 14:16:38 +01:00
api Merge pull request #638 from ipfs/fix/cors-and-headers 2019-01-14 12:08:21 +01:00
ci Pre-create and pre-connect hosts in tests 2018-04-05 16:49:26 +02:00
cmd Release 0.8.0 2019-01-16 13:27:03 +01:00
config config: do not handle "" durations (and do not error) 2019-01-12 18:40:00 +01:00
consensus/raft Unrewrite deps 2018-12-17 14:16:38 +01:00
deptools Update gx and gx-go to latest stable 2018-10-31 17:12:12 +01:00
docker Docker: Run with daemon --upgrade by default. 2018-04-27 07:57:08 +02:00
informer Unrewrite deps 2018-12-17 14:16:38 +01:00
ipfsconn/ipfshttp Update to go-ipfs-files 2.0.3 2018-12-17 14:29:44 +01:00
monitor Unrewrite deps 2018-12-17 14:16:38 +01:00
pintracker Feat #445: Use TrackerStatus as filter. Simplify and small misc. 2019-01-07 19:45:07 +01:00
pstoremgr Unrewrite deps 2018-12-17 14:16:38 +01:00
rpcutil Unrewrite deps 2018-12-17 14:16:38 +01:00
sharness Merge pull request #643 from ipfs/fix/sharness-jq-typo 2019-01-14 14:50:46 +01:00
state Unrewrite deps 2018-12-17 14:16:38 +01:00
test Fix typos in comments 2019-01-11 11:50:28 +01:00
version Release 0.8.0 2019-01-16 13:27:03 +01:00
.codeclimate.yml codeclimate 2018-08-07 20:12:05 +02:00
.dockerignore Issue #259: Address CR comments 2017-12-04 13:59:48 +01:00
.gitignore Add a docker-compose.yml example with 2 peers and auto-bootstrap. 2018-10-23 18:25:43 +02:00
.travis.yml Fix #593: Remove snaps 2019-01-18 10:23:22 +01:00
add_test.go Fix #543: Use only healthy peers when adding everywhere (+tests) 2018-09-27 08:12:29 +02:00
allocate.go update go-cid and go-libp2p 2018-09-24 11:35:38 +10:00
CHANGELOG.md Fix changelog date 2019-01-16 15:00:10 +01:00
cluster_config_test.go add env config; refactor LoadJSON tests 2018-10-26 19:38:30 +10:00
cluster_config.go Unrewrite deps 2018-12-17 14:16:38 +01:00
cluster_test.go Fix #382: Extract headers from IPFS API requests & apply them to hijacked ones. 2018-12-18 16:05:12 +01:00
cluster.go Feat #445: Use TrackerStatus as filter. Simplify and small misc. 2019-01-07 19:45:07 +01:00
clusterhost.go Unrewrite deps 2018-12-17 14:16:38 +01:00
config_test.go Remove proxy_ prefix from testing configurations 2018-12-17 12:34:04 +01:00
connect_graph.go Unrewrite deps 2018-12-17 14:16:38 +01:00
CONTRIBUTING.md Docs: Move to website. 2018-04-27 09:05:11 +02:00
docker-compose.yml Set CLUSTER_SECRET from shell 2018-10-24 21:20:53 +02:00
Dockerfile Update to go-1.11 2018-10-01 12:03:08 +02:00
Dockerfile-bundle Docker: Run with daemon --upgrade by default. 2018-04-27 07:57:08 +02:00
Dockerfile-test Put a note for deprecating json fields 2018-12-17 08:24:17 +05:30
ipfscluster_test.go Fix #382: Extract headers from IPFS API requests & apply them to hijacked ones. 2018-12-18 16:05:12 +01:00
ipfscluster.go Unrewrite deps 2018-12-17 14:16:38 +01:00
LICENSE ipfscluster-server executable 2016-12-21 19:37:25 +01:00
logging.go Unrewrite deps 2018-12-17 14:16:38 +01:00
Makefile Set CLUSTER_SECRET from shell 2018-10-24 21:20:53 +02:00
package.json gx publish 0.8.0 2019-01-16 13:27:26 +01:00
peer_manager_test.go Unrewrite deps 2018-12-17 14:16:38 +01:00
pnet_test.go Feat: Enable DHT-based peer discovery and routing for cluster peers 2018-07-24 15:33:41 +02:00
README.md Copyedit in README 2018-09-26 07:54:51 +10:00
release.sh Fix #382: Extract headers from IPFS API requests & apply them to hijacked ones. 2018-12-18 16:05:12 +01:00
rpc_api.go Unrewrite deps 2018-12-17 14:16:38 +01:00
util.go Unrewrite deps 2018-12-17 14:16:38 +01:00

IPFS Cluster

Made by Main project IRC channel standard-readme compliant GoDoc Go Report Card Build Status Coverage Status

Pinset orchestration for IPFS.

logo

IPFS Cluster is a stand-alone application and a CLI client that allocates, replicates, and tracks pins across a cluster of IPFS daemons.

It provides:

  • A cluster peer application: ipfs-cluster-service, to be run along with go-ipfs.
  • A client CLI application: ipfs-cluster-ctl, which allows easily interacting with the peer's HTTP API.

Are you using IPFS Cluster?

Please participate in the IPFS Cluster user registry.


Table of Contents

Documentation

Please visit https://cluster.ipfs.io/documentation/ to access user documentation, guides and any other resources, including detailed download and usage instructions.

News & Roadmap

We regularly post project updates to https://cluster.ipfs.io/news/ .

The most up-to-date Roadmap is available at https://cluster.ipfs.io/roadmap/ .

Install

Instructions for different installation methods (including from source) are available at https://cluster.ipfs.io/documentation/download .

Usage

Extensive usage information is provided at https://cluster.ipfs.io/documentation/ , including:

Contribute

PRs accepted. As part of the IPFS project, we have some contribution guidelines.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Protocol Labs, Inc.