rclonebrowser-docker icon indicating copy to clipboard operation
rclonebrowser-docker copied to clipboard

Unable to Paste Value to the Rclone Browser config and etc.

Open bpsimm opened this issue 3 years ago • 2 comments

Hi, I'm new and just discovered rclonebrowser-docker. I am trying to do the setup on my Synology DSM 7 system. However, I am stuck with the browser's clipboard. It is unable to receive my paste value after I click submit. I already tried Win11 Chrome & Firefox; and Android Chrome, but still no success. Is there anything I am missing, or are others having such issues?

image

Also, I'm unable to set up 5900 port VCN. But I think it's not the main problem for now.

bpsimm avatar Aug 14 '22 09:08 bpsimm

Any solve for this?

stgreenb avatar Oct 16 '22 16:10 stgreenb

Hi, I'm new and just discovered rclonebrowser-docker. I am trying to do the setup on my Synology DSM 7 system. However, I am stuck with the browser's clipboard. It is unable to receive my paste value after I click submit. I already tried Win11 Chrome & Firefox; and Android Chrome, but still no success. Is there anything I am missing, or are others having such issues?

image

Also, I'm unable to set up 5900 port VCN. But I think it's not the main problem for now.

Use another local machine, such as windows or linux, with an already installed web browser, download the rclone binaries, and then run the "rclone authorize" command on that local machine exactly how it's shown in your above example. A browser on your computer should open, and you'll be prompted to authorize the service. Once you do that, you should then get a token that you'll paste back into that window.

Edit: I'm sorry. I misread your issue. I see that you're have a copy/paste issue. I just did those commands from the console itself by using the docker attach command. Ex:

docker exec -it [container name] sh rclone config reconnect [drive name]:

From there you should be presented with the same options. Only this time, copy and paste should work just fine.

glassman81 avatar Oct 18 '22 17:10 glassman81