Is there already something like this? I’m using Duplicati and a cloud storage provider to back up all my docker configs. It encrypts everything before uploading.
Is there anything similar to this that acts as a seamless interface for cloud services, but with user encryption added in between? Not so much for a backup plan but just for regular cloud storage?
rclone, but i don’t know if there is is a desktop application for it that does everything (is that what you meant by interface?)
There is https://github.com/kapitainsky/RcloneBrowser, but it seems to be unmaintained, so I don’t know if it supports rclone’s “crypt” feature.
However, there is a web gui: https://rclone.org/gui/
Oh, I didn’t realize rclone has a webui.
I think this is exactly what I was looking for.
Got it all set up. Now I see why people love rclone so much.