librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.29k stars 2.21k forks source link

No link Result in screen #611

Closed bartounet16 closed 7 months ago

bartounet16 commented 7 months ago

Description

In old version i had link about result that display in screen now I have no link result in display

Server

I use Docker Image version: '3.7' services: speedtest: container_name: speedtest image: ghcr.io/librespeed/speedtest:latest restart: always environment: MODE: standalone TITLE: "Test de débit vers l'hôtel d'agglomération" TELEMETRY: "True"

ENABLE_ID_OBFUSCATION: "false"

  REDACT_IP_ADDRESSES: "true"
  PASSWORD: "*"
  #EMAIL:
  #DISABLE_IPINFO: "false"
  DISTANCE: "km"
  #WEBPORT: 80
volumes:
  - /DOCKER/LIBRESPEED/config:/config
ports:
  - "8089:80" # webport mapping (host:container)

Client

Edge, Windonws 10

Expected behaviour

i would to have this link !!! image

but i have nothing

Screenshots

If necessary, add screenshots of the test. F12 > Network screenshots can be particularly useful

sstidl commented 7 months ago

Please use "true" not "True" in your docker-compose.yml