cube icon indicating copy to clipboard operation
cube copied to clipboard

IPFS Cube will help people deploy and manage their own IPFS pinning services on top of existing cheap hardware, or cloud storage.

Results 10 cube issues
Sort by recently updated
recently updated
newest added

``` From: [[java.lang.Thread getStackTrace "Thread.java" 1606], [cube.db$validate_new_state invokeStatic "db.clj" 30], [cube.db$validate_new_state invoke "db.clj" 22], [clojure.lang.ARef validate "ARef.java" 32], [clojure.lang.ARef validate "ARef.java" 46], [clojure.lang.Atom swap "Atom.java" 66], [clojure.core$swap_BANG_ invokeStatic "core.clj" 2354],...

Seems that running Cube on macOS with Docker is a bit more complicated as Docker runs within a virtual machine, so IPs are not directly available. Logs from Slack: >...

Currently, if something goes wrong with the creation of a Instance, Cube will retry until it's successful. If it's never successful, it means that Cube will retry forever, which is...

Previously, we disabled the pin page when no Instances were created before. When adding the auth feature, we removed this. We should add something similar back again as people could...

When first starting a new Instance, there is bunch of `ConnectTimeoutException` in the logs, as we see when ipfs-cluster starts. We should hide the errors up until the point where...

Currently there is bunch of ipfs-cluster functionality that can be extracted into it's own library instead of implemented directly in Cube. Basically everything in https://github.com/ipfs-shipyard/cube/blob/master/src/cube/cluster.clj except the Component + calls...

When creating a pin in cube currently, you can attach a `title` that is accepted by ipfs-cluster, so when we list all pins, we can also see the name. What...

Cube keeps starting docker instances of ipfs and ipfs-cluster and it successfully starts the containers, but it failes to connect to them and after timing out, it starts creating another...

bug

I have hit an issue a few times now, where cube treats its db as the source of truth and therefore any changes to containers, whether they be stopped/removed externally...

bug

We have some drafts of how Cluster and Cube might work together, but we need to revisit and then track more formally. Next step: @lanzafame @victorb and @meiqimichelle to schedule...