romancin / rclonebrowser-docker

A repository for creating a docker container including RClone Browser with GUI interface.
85 stars 37 forks source link

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

Open bpsimm opened 2 years ago

bpsimm commented 2 years ago

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.

stgreenb commented 2 years ago

Any solve for this?

glassman81 commented 2 years ago

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.