Skip to content
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

Dual mode is broken #666

Open
EsmailELBoBDev2 opened this issue Sep 22, 2024 · 1 comment · May be fixed by #679
Open

Dual mode is broken #666

EsmailELBoBDev2 opened this issue Sep 22, 2024 · 1 comment · May be fixed by #679
Assignees
Labels
fixed but not released Issue is fixed in some branch or commit but not yet in main branch

Comments

@EsmailELBoBDev2
Copy link

Description

Whenever I try to use dual mode it does not let me select servers from dropmenu. it only see its local self but not the remote server I added

Server

Every info you can provide about your server: web server, database, PHP version, ... as well as server-side speedtest settings
If possible, provide an URL to your speedtest so we can check it

Client

Brave, Arch Linux

Steps to reproduce

Expected behaviour

in dual mode it sees itself and other server and let me select between servers

Screenshots

image
with dual mode

image
without dual mode, I run 2 images now one with mode frontend and other with backend locally

configs

servers.json:

[
    {
        "name": "Server 1",
        "server": "//public-ip:port/",
        "dlURL": "garbage.php",
        "ulURL": "empty.php",
        "pingURL": "empty.php",
        "getIpURL": "getIP.php"
    },
    { 
        "name": "Server 2",
        "server": "//public-ip:port/",
        "dlURL": "garbage.php",
        "ulURL": "empty.php",
        "pingURL": "empty.php",
        "getIpURL": "getIP.php"
    }
]

docker compose (main server)

  librespeed:
    container_name: librespeed
    image: ghcr.io/librespeed/speedtest:latest
    restart: always
    volumes:
      - ./librespeed/servers.json:/servers.json
    environment:
      MODE: dual
      #CORS_ALLOW_ORIGIN: "*"
      #TITLE: "LibreSpeed"
      #TELEMETRY: "false"
      #ENABLE_ID_OBFUSCATION: "false"
      #REDACT_IP_ADDRESSES: "false"
      #PASSWORD:
      #EMAIL:
      #DISABLE_IPINFO: "false"
      #IPINFO_APIKEY: "your api key"
      #DISTANCE: "km"
      #WEBPORT: 80
    ports:
      - "8020:80" # webport mapping (host:container)

the second server

  librespeed:
    container_name: librespeed
    image: ghcr.io/librespeed/speedtest:latest
    restart: always
    volumes:
      - ./librespeed/servers.json:/servers.json
    environment:
      MODE: backend
      #MODE: frontend
      #TITLE: "LibreSpeed"
      #TELEMETRY: "false"
      #ENABLE_ID_OBFUSCATION: "false"
      #REDACT_IP_ADDRESSES: "false"
      #PASSWORD:
      #EMAIL:
      #DISABLE_IPINFO: "false"
      #IPINFO_APIKEY: "your api key"
      #DISTANCE: "km"
      #WEBPORT: 80
    ports:
      - "8020:80" # webport mapping (host:container)

but when I use both images one for frontend and other for backend it works fine on main server and I can see both servers

@EsmailELBoBDev2
Copy link
Author

and now I cant access it via https https://speedtest.esmailelbob.xyz/ it says No servers available but locally it works great so not sure what I really did wrong and if its bug or issue on my end
image
image

sstidl added a commit that referenced this issue Oct 26, 2024
@sstidl sstidl added the fixed but not released Issue is fixed in some branch or commit but not yet in main branch label Oct 26, 2024
@sstidl sstidl self-assigned this Oct 26, 2024
@sstidl sstidl linked a pull request Oct 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed but not released Issue is fixed in some branch or commit but not yet in main branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants