Web UI portable

Hi, I use Web UI: https://github.com/rclone/rclone-webui-react

How can I set the "webgui" folder to be loaded as a portable version?
C:\Users\Nana\AppData\Local\rclone\webgui

there is a command that forces the folder to be loaded from a location, such as ./webgui ?

Judging from this:

You should be able to control it with the --cache-dir flag, if you are on latest version.

1 Like

thank you it works perfectly rclone rcd --rc-web-gui --rc-user=1111 --rc-pass=2222 --cache-dir string "./webui"

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.