-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use the rclone GUI? #19
Comments
Which UI, this? https://github.com/rclone/rclone-webui-react? Can you describe more of what you looking for? Do you want this running all the time locally? |
No, the official one here. I tried to achieve this with the official docket by adding the appropriate arguments and the log suggested it worked, but I was unable to connect despite making the port available. I like the look of your container because it already allows for saving the config outside of the container. I’d love to use rclone gui in GUI mode from other computers on my network. |
It is the same project. What you referenced is the CLI to initialize the project I linked to. If you ran it, any errors? Any logs that you can share? |
It looks like this is more of a client app, there is no server per se. This is why it spawns the browser which loads the react app. If you wanted to run it like I think you want to run it, more as the container operating as a server, then it might require running node js express to serve the app. I will certainly give it some thought, or if anyone else wants to undertake the effort happy to accept the contribution. |
Thanks for your patience. Bear with me as I’m on mobile and I’m not a docker expert. Here’s the log.
I replaced 127.0.0.1 with my local IP but I was unable to connect. I pulled rclone/rclone using docker compose. Didn’t consider using Curl to try and connect from within the container. Good idea. |
Thanks, that confirms what I expected. It wants to open a browser as if it is local |
Here’s a conversation I was having on the recline forum. I’d love to have the GUI running on a server. https://forum.rclone.org/t/gui-in-official-docker-image/14103/4 |
Agreed. But I don’t think it’s a showstopper. I think the server is running but it just can’t launch the browser, which I don’t care about. |
It looks like a client side app. Not seeing a server here |
There's a server there too. I just got it working with the official docker container, but yours has some additional functionality so later I'll try and get it working with that. If you want to try it yourself, you can add the command
which will initiate the web gui and allow other IPs to access it. |
Interesting. Can you run |
To quote the author
Two things I'm looking to achieve, which feel within reach now. I'd like to be able to set a default login and password, so that I don't have to get them from the log and I'd like to store my server configs in a configs folder outside the container, which I understand yours does. |
Thanks for pointing that out, makes sense now how it is serving the react app. |
Can you share your |
Sure. I use Docker Compose and Portainer to manage my containers on a headless box. Here's the YML.
The web interface is then available at http://[ip-address]:5572 across my network with user and password as test. It works really well. There are a couple of issues I'd like to resolve which are that it doesn't seem to be available outside my LAN and I'm having to build the conf file from a command line on my Mac. Oh, and I haven't worked out how to copy from my local drives using rclone. I doubt those are hard to figure out but I haven't had time to take a look. It would be great to have a Docker container with all of those things ready to go out of the box. |
I think this container is set up for command line, but I wondered if there was a way to configure it to use the new GUI?
The text was updated successfully, but these errors were encountered: