Skip to content

Issues with addr #39

@santi8ago8

Description

@santi8ago8

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)

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions