rclone-webui-react icon indicating copy to clipboard operation
rclone-webui-react copied to clipboard

A full fledged UI for the rclone cloud sync tool

Results 85 rclone-webui-react issues
Sort by recently updated
recently updated
newest added

On windows, purely mounting a remote to a mount point like `G:\` would make windows think it's a local disk, and the performance will drop. If use the `--fuse-flag --VolumePrefix=\server\xxx`...

#### The associated forum post URL from `https://forum.rclone.org` n/a #### What is the problem you are having with rclone? viewing in GUI the contents of remote or viewing it using...

I kept getting an error when uploading a file of 26GB from rclone WebGUI to Scaleway storage. `rc: "operations/uploadfile": error: multipart upload failed to read source: context canceled` It appears...

Recently I noticed there's GUI for rclone and I don't know much about what I'm doing. cuz I started to using rclone about 3~4 days. I tried to mount my...

Is there any way to delete pending or failed-to-upload files in Explorer > Upload file(s)? I have tried "Refresh Files" and refreshing the GUI site. "Cancel" does nothing as well....

enhancement

can support offline install? ``` [root@minio-1 ~]# rclone rcd --rc-web-gui 2020/12/27 17:32:56 NOTICE: A new release for gui is present at https://github.com/rclone/rclone-webui-react/releases/download/v2.0.3/currentbuild.zip 2020/12/27 17:32:56 NOTICE: Downloading webgui binary. Please wait....

Hi @negative0 I'm running your webui in a docker container with an rclone mount on Ubuntu. It's works perfectly, apart from the fact I can't work out how to add...

Is there any way to run rclone commands from the gui? Like syncing a remote folder with some local folder?

A tag file might be missing an end of line, end of file char. ### To reproduce the issue: Following the [rclone GUI docs](https://rclone.org/gui/), I ran the following code to...

I am running the docker image with the following command (powershell): ``` cs sudo docker run ` --detach ` --name rclone ` --publish 127.0.0.1:8004:5572 ` --restart always ` --volume /:/config/rclone...