Category
Functional — something doesn't work as expected
Description
Hey! I have a question about the GUI:
When I have a docker compose with the addr: 0.0.0.0:xxxx, the login page is stuck here: (even using the --no-auth option)
Example compose:
services:
rclone-gui:
image: rclone/rclone:latest
container_name: rclone-gui
pull_policy: always
command: gui --addr=0.0.0.0:5522 --no-open-browser --no-auth
ports:
- "5522:5522"
If you wonder why I don't have the address with localhost, is because when I use localhost:xxxx I can't access from outside the container. Same if I use 127.0.0.1.
Steps to reproduce
compose command:
gui --addr=0.0.0.0:5522 --no-open-browser --no-auth
Expected behavior
The login page shouldn't block the main UI
Screenshots
No response
Environment
Debian 13
GUI Version: Serving GUI version 1.1.7 (from logs)
rclone/rclone:latest
Category
Functional — something doesn't work as expected
Description
Hey! I have a question about the GUI:
When I have a docker compose with the addr:
0.0.0.0:xxxx, the login page is stuck here: (even using the --no-auth option)Example compose:
If you wonder why I don't have the address with localhost, is because when I use
localhost:xxxxI can't access from outside the container. Same if I use127.0.0.1.Steps to reproduce
compose command:
gui --addr=0.0.0.0:5522 --no-open-browser --no-authExpected behavior
The login page shouldn't block the main UI
Screenshots
No response
Environment
Debian 13
GUI Version:
Serving GUI version 1.1.7(from logs)rclone/rclone:latest