Alexander Perepechko

Results 5 comments of Alexander Perepechko

I confirm this. I managed to use shortcuts with indicating username like this: `username@shortcut:path`. But then the script does not see previous backups, and each time starts transferring everything anew....

Yes, this is a major obstacle in using Algebrite. Ideally, one needs to be able to compile a function into JS like it is done in math.js.

It is a bad idea to silently overwrite entries. If a user creates multiple entries on same day and does not bother about titles, then all entries except last will...

Probably, the culprit is [Line 38](https://github.com/rclone/rclone-webui-react/blob/8dc9b5662e8dda5f33596f490578210b8c770d84/src/actions/mountActions.js#L38) at `/src/actions/mountActions.js`: ```js if (!fs.endsWith(":")) fs = fs + ":"; ``` It should be possible to run the `rclone/rclone` docker image with a modified...

**UPD**: Indeed, I removed that line in [this forked release](https://github.com/aperep/rclone-webui-react/releases/tag/v1.0.1-mount-fix) and added a corresponding option in `rclone.conf`: ```ini [rc] WebGUIFetchURL = https://api.github.com/repos/aperep/rclone-webui-react/releases/latest ``` Mounting a specific folder works now.