rclone / rclone-webui-react

A full fledged UI for the rclone cloud sync tool
MIT License
1.26k stars 161 forks source link

Configuring cloud storages over web browser #136

Open Dimasua opened 3 years ago

Dimasua commented 3 years ago

Hej @negative0, you have done a great job! Thank you! Just want to clarify if it is possible to perform initial Rclone configuration (including setup for cloud storages) over a web browser? Making the same what we do with 'rclone config', but from start in a browser.

ncw commented 3 years ago

This works to some extent, yes.

For rclone 1.56 rclone gained a full config system that should allow the webui to configure everything, however I don't think the webui has been updated to use it yet.

See --non-interactive flag here: https://rclone.org/commands/rclone_config_create/ @negative0

negative0 commented 3 years ago

Hi @Dimasua, it is possible to set up the config from the web browser, I have used it regularly with S3, One Drive and Google Drive, I must admit that I have not tested the config with other providers.

Thanks @ncw I will check that, It would be really useful in the GUI