Chaitanya Bankanhal
Chaitanya Bankanhal
Hi. I don't have much (any) experience with LDAP in particular, but what I think you are asking for is role-based access to rclone functionalities with independent sessions. Currently, the...
You can find a deployed version of rclone gui here: https://rclone.github.io/rclone-webui-react/. More details about this: https://github.com/rclone/rclone-webui-react#alternatively-you-can-use-the-hosted-version This is hosted on github pages and always contains the latest release. And can...
@Librechain does that solve your issue?
Not currently. 🙂
@ncw, should we allow to run rclone commands to be executed directly from the WebUI?. I am proposing this, A plugin that would allow the user to write a command...
Or a possible alternative could be an interactive GUI to perform those tasks.
> execute a separate rclone command with the user-specified flags etc - While this method will be easier to implement, it will be like using the terminal inside the browser,...
Hi @MOOGAA Sorry for the late reply. Did you try to use the `--rc-web-gui` flag while running rclone? ``` ./rclone rcd --rc-user user --rc-pass abcd --rc-baseurl /user_name/api/rclone --rc-addr 127.0.0.1:5572 --rc-web-gui...
If you continue to face the problem, can you please post the screenshot from the network's tab where the login request is being made!
Hi @MOOGAA You might have to use a reverse proxy to achieve this. Also, The `--rc-addr` could be 0.0.0.0:5572 if you want to listen to all IP addresses. and `--rc-baseurl`...