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

Unable to add local drives on a remote ubuntu server

Open CraftyClown opened this issue 3 years ago • 1 comments

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 a local drive in explorer. When I've used it on Windows machines it was as simple as adding the drive letter, however I have no idea how to do the same on Ubuntu.

I have volumes mounted in the container, so they should be accessible, but I'm just not sure how to find them.

This is my docker script:

docker run --restart=always --name rclone -p 5572:5572 -e UMASK_SET=002 -e PUID=1001 -e PGID=1001 -v /home/craftyclown/.config/Docker/Rclone/config:/config/rclone -v /home/craftyclown/.config/Docker/Rclone/logs:/logs -v /mnt/crafty:/mnt/crafty:shared -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined rclone/rclone:latest mount "RichFlixCrypt:/Encrypted/" /mnt/crafty/Skull --allow-other --dir-cache-time 1000h --log-level INFO --log-file /logs/Plex_Mount.log --poll-interval 15s --timeout 1h --umask 002 --cache-dir=/mnt/crafty/rclone_cache --vfs-cache-mode full --vfs-cache-max-size 500G --vfs-cache-max-age 336h --uid 1001 --gid 1001 --tpslimit 3 --bwlimit-file 20M --rc --rc-addr :5572 --rc-web-gui --rc-user craftyclown --rc-pass ????

any help would be greatly appreciated

CraftyClown avatar Nov 09 '20 01:11 CraftyClown

In the file explorer, it hard to access local files in linux. On ubuntu, you can add a configuration and SSH yourself as a quick fix. At least I don't know any other solution.

YihaoJW avatar Mar 12 '21 22:03 YihaoJW