I set up a cluster with Go-IPFS, IPFS Cluster and IPFS-Cluster-ctl. The ipfs-cluster-ctl Pin add hash command allows a file to exist on all nodes in the cluster, which is really cool.
I wonder if I can add the command ipfs-cluster-ctl pin add hash in the "external files_external_IPFS" App?
What I mean is, after enabling the "files_external_IPfs" App in NC, configure the device, then upload a file and automatically Pin the file. Thus, after the file is uploaded to one node in the IPFS cluster, it exists in other nodes as well. Can it be done?
If youre using go-ipfs you will have problems since nextcloud relies heavily on metadata and go-ipfs doesnt have metadata yet. My workarounds get it to mostly work, but only mostly.
Also it looks like youre using encryption, have tried it without already?
I set up a cluster with Go-IPFS, IPFS Cluster and IPFS-Cluster-ctl. The ipfs-cluster-ctl Pin add hash command allows a file to exist on all nodes in the cluster, which is really cool.
I wonder if I can add the command ipfs-cluster-ctl pin add hash in the "external files_external_IPFS" App?
What I mean is, after enabling the "files_external_IPfs" App in NC, configure the device, then upload a file and automatically Pin the file. Thus, after the file is uploaded to one node in the IPFS cluster, it exists in other nodes as well. Can it be done?
_Originally posted by @imopro in https://github.com/justicenode/files_external_ipfs/issue_comments/709939386_