Finally came the moment when after being from version v2 I will start using the cloud provided by Storj instead of just providing my infrastructure for it.
Is it possible for my nextcloud on the VPS server to use the Tardigrade space fully? Can all data uploaded to nextcloud can be transferred to Tardigrade immediately and directly and my VPS doesn’t need space for it or maybe Tardigrade, in this case, can only be used for backups from NextCloud?
I am currently working on using the builtin S3 swift adapter to switch out the local storage for S3 compliant storage.
This would then mean you need to run an S3 Gateway on the same machine and point it towards it.
Once i have that up and running, i can post the How-To here.
That really sounds promising and i am personally looking forward to it!
That said, i can report back how to enable full primary storage for nextcloud:
First of all its recommended to start without having your nextcloud being started, else you will lose access to all of your data that has been stored until that point using the previous storage method (likely local disk) and the DB state also gets inconsistent with whats in the new primary storage.
Create an instance of our S3 Gateway near your nextcloud instance (or on it depending on the load).
Add this to your config and make sure that the use_path_style flag is set to true