diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e1a5a7..fe4b47c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -877,7 +877,7 @@ a certain size, both configurable. Additionally, improvements to timeout behaviours have been introduced. For more details, check the list below and the latest documentation on the -[website](https://cluster.ipfs.io). +[website](https://ipfscluster.io). #### List of changes @@ -1186,7 +1186,7 @@ NAT-traversal and connectivity etc. Users planning to setup public collaborative clusters should upgrade to this release, which improves the user experience and comes with documentation on how to setup and join these clusters -(https://cluster.ipfs.io/documentation/collaborative). +(https://ipfscluster.io/documentation/collaborative). #### List of changes @@ -2138,7 +2138,7 @@ IPFS Cluster version 0.5.0 is a minor release which includes a major feature: ** This functionality is provided by `ipfs-cluster-ctl add` and by the API endpoint `/add`. The upload format (multipart) is similar to the IPFS `/add` endpoint, as well as the options (chunker, layout...). Cluster `add` generates the same DAG as `ipfs add` would, but it sends the added blocks directly to their allocations, pinning them on completion. The pin happens very quickly, as content is already locally available in the allocated peers. -The release also includes most of the needed code for the [Sharding feature](https://cluster.ipfs.io/developer/rfcs/dag-sharding-rfc/), but it is not yet usable/enabled, pending features from go-ipfs. +The release also includes most of the needed code for the [Sharding feature](https://ipfscluster.io/developer/rfcs/dag-sharding-rfc/), but it is not yet usable/enabled, pending features from go-ipfs. The 0.5.0 release additionally includes a new experimental PinTracker implementation: the `stateless` pin tracker. The stateless pin tracker relies on the IPFS pinset and the cluster state to keep track of pins, rather than keeping an in-memory copy of the cluster pinset, thus reducing the memory usage when having huge pinsets. It can be enabled with `ipfs-cluster-service daemon --pintracker stateless`. @@ -2208,7 +2208,7 @@ As noted above, upgrade to `state` format version 5 is needed before starting th #### Summary -The IPFS Cluster version 0.4.0 includes breaking changes and a considerable number of new features causing them. The documentation (particularly that affecting the configuration and startup of peers) has been updated accordingly in https://cluster.ipfs.io . Be sure to also read it if you are upgrading. +The IPFS Cluster version 0.4.0 includes breaking changes and a considerable number of new features causing them. The documentation (particularly that affecting the configuration and startup of peers) has been updated accordingly in https://ipfscluster.io . Be sure to also read it if you are upgrading. There are four main developments in this release: @@ -2216,7 +2216,7 @@ There are four main developments in this release: * Improvements to the `pintracker`: our pin tracker is now able to cancel ongoing pins when receiving an unpin request for the same CID, and vice-versa. It will also optimize multiple pin requests (by only queuing and triggering them once) and can now report whether an item is pinning (a request to ipfs is ongoing) vs. pin-queued (waiting for a worker to perform the request to ipfs). * Broadcasting of monitoring metrics using PubSub: we have added a new `monitor` implementation that uses PubSub (rather than RPC broadcasting). With the upcoming improvements to PubSub this means that we can do efficient broadcasting of metrics while at the same time not requiring peers to have RPC permissions, which is preparing the ground for collaborative clusters. -* We have launched the IPFS Cluster website: https://cluster.ipfs.io . We moved most of the documentation over there, expanded it and updated it. +* We have launched the IPFS Cluster website: https://ipfscluster.io . We moved most of the documentation over there, expanded it and updated it. #### List of changes diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3827751e..8529f314 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Guidelines for contributing -Please see https://cluster.ipfs.io/developer/contribute . +Please see https://ipfscluster.io/developer/contribute . diff --git a/README.md b/README.md index d2a066b3..befdd878 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ > Pinset orchestration for IPFS

-logo +logo

IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers. @@ -42,29 +42,29 @@ Please participate in the [IPFS Cluster user registry](https://docs.google.com/f ## Documentation -Please visit https://cluster.ipfs.io/documentation/ to access user documentation, guides and any other resources, including detailed **download** and **usage** instructions. +Please visit https://ipfscluster.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/ . +We regularly post project updates to https://ipfscluster.io/news/ . -The most up-to-date *Roadmap* is available at https://cluster.ipfs.io/roadmap/ . +The most up-to-date *Roadmap* is available at https://ipfscluster.io/roadmap/ . ## Install -Instructions for different installation methods (including from source) are available at https://cluster.ipfs.io/download . +Instructions for different installation methods (including from source) are available at https://ipfscluster.io/download . ## Usage -Extensive usage information is provided at https://cluster.ipfs.io/documentation/ , including: +Extensive usage information is provided at https://ipfscluster.io/documentation/ , including: -* [Docs for `ipfs-cluster-service`](https://cluster.ipfs.io/documentation/reference/service/) -* [Docs for `ipfs-cluster-ctl`](https://cluster.ipfs.io/documentation/reference/ctl/) -* [Docs for `ipfs-cluster-follow`](https://cluster.ipfs.io/documentation/reference/follow/) +* [Docs for `ipfs-cluster-service`](https://ipfscluster.io/documentation/reference/service/) +* [Docs for `ipfs-cluster-ctl`](https://ipfscluster.io/documentation/reference/ctl/) +* [Docs for `ipfs-cluster-follow`](https://ipfscluster.io/documentation/reference/follow/) ## Contribute -PRs accepted. As part of the IPFS project, we have some [contribution guidelines](https://cluster.ipfs.io/support/#contribution-guidelines). +PRs accepted. As part of the IPFS project, we have some [contribution guidelines](https://ipfscluster.io/support/#contribution-guidelines). ## License diff --git a/cmd/ipfs-cluster-ctl/dist/README.md b/cmd/ipfs-cluster-ctl/dist/README.md index 3bf6e38f..c0b58c28 100644 --- a/cmd/ipfs-cluster-ctl/dist/README.md +++ b/cmd/ipfs-cluster-ctl/dist/README.md @@ -14,4 +14,4 @@ $ ipfs-cluster-ctl --help You can also obtain command-specific help with `ipfs-cluster-ctl help [cmd]`. The (`--host`) can be used to talk to any remote cluster peer (`localhost` is used by default). -For more information, please check the [Documentation](https://cluster.ipfs.io/documentation), in particular the [`ipfs-cluster-ctl` section](https://cluster.ipfs.io/documentation/ipfs-cluster-ctl). +For more information, please check the [Documentation](https://ipfscluster.io/documentation), in particular the [`ipfs-cluster-ctl` section](https://ipfscluster.io/documentation/ipfs-cluster-ctl). diff --git a/cmd/ipfs-cluster-follow/dist/README.md b/cmd/ipfs-cluster-follow/dist/README.md index bc6af4a2..f7a6e546 100644 --- a/cmd/ipfs-cluster-follow/dist/README.md +++ b/cmd/ipfs-cluster-follow/dist/README.md @@ -28,6 +28,6 @@ $ ipfs-cluster-follow run --help $ ipfs-cluster-follow list --help ``` -For more information, please check the [Documentation](https://cluster.ipfs.io/documentation), in particular the [`ipfs-cluster-follow` section](https://cluster.ipfs.io/documentation/ipfs-cluster-follow). +For more information, please check the [Documentation](https://ipfscluster.io/documentation), in particular the [`ipfs-cluster-follow` section](https://ipfscluster.io/documentation/ipfs-cluster-follow). diff --git a/cmd/ipfs-cluster-service/dist/README.md b/cmd/ipfs-cluster-service/dist/README.md index 55edff16..af380c10 100644 --- a/cmd/ipfs-cluster-service/dist/README.md +++ b/cmd/ipfs-cluster-service/dist/README.md @@ -12,4 +12,4 @@ Usage information can be obtained with: $ ipfs-cluster-service --help ``` -For more information, please check the [Documentation](https://cluster.ipfs.io/documentation), in particular the [`ipfs-cluster-service` section](https://cluster.ipfs.io/documentation/ipfs-cluster-service). +For more information, please check the [Documentation](https://ipfscluster.io/documentation), in particular the [`ipfs-cluster-service` section](https://ipfscluster.io/documentation/ipfs-cluster-service).