Hi all,
I've taken over the project for ~3 months, I've rewritten most of the logic of upload handling, and I'm pleased to announce the CLI release.
All you have to do is pip install sadrive
, set the config folder, and you are good to go.
Web UI was deprecated as I've added the feature of sadrive mount
, which will use gclone to mount the root folder of sadrive in the filesystem irrespective of the OS. But note that it will be a read-only filesystem. Moreover, I've removed the MongoDB in favor of a local SQLite3 database.
sadrive also now supports >15GiB uploads, as it automatically splits and uploads the files.
Read the CLI reference at https://sadrive.readthedocs.io/en/latest/interface.html
For example, see https://sadrive.readthedocs.io/en/latest/#examples.
Thanks