ryachueng/looking-glass-server

By ryachueng

Updated 7 days ago

Another Looking-glass Server

Image
Networking
1

2.7K

ryachueng/looking-glass-server repository overview

Build with release docker image build CI

Language: English | 简体中文

ALS - Another Looking-glass Server

Supported UI Languages

  • English
  • Simplified Chinese
  • Russian
  • German
  • Spanish
  • French
  • Japanese
  • Korean

Quick start

docker run -d --name looking-glass --restart always --network host ryachueng/looking-glass-server

If you don't want to use Docker, you can use the compiled server

Host Requirements

  • RAM: 32MB or more
  • Network: Host network mode required for full functionality

How to change config

# You need to pass -e KEY=VALUE to docker command
# You can find the KEY below in the Environment Variable Table
# For example, change the listen port to 8080
docker run -d \
    --name looking-glass \
    -e HTTP_PORT=8080 \
    --restart always \
    --network host \
    ryachueng/looking-glass-server

Environment Variable Table

KeyExampleDefaultDescription
LISTEN_IP127.0.0.1(all ip)Which IP address will be listen use
HTTP_PORT8080Which HTTP port should use
SPEEDTEST_FILE_LIST100MB 1GB1MB 10MB 100MB 1GBSize of static test files, separate with space
LOCATION"this is location"(request from http://ipapi.co)Location string
PUBLIC_IPV41.1.1.1(fetch from http://ifconfig.co)The IPv4 address of the server
PUBLIC_IPV6fe80::1(fetch from http://ifconfig.co)The IPv6 address of the server
DISPLAY_TRAFFICtruetrueToggle the streaming traffic graph
ENABLE_SPEEDTESTtruetrueToggle the speedtest feature
UTILITIES_PINGtruetrueToggle the ping feature
UTILITIES_SPEEDTESTDOTNETtruetrueToggle the speedtest.net feature
UTILITIES_FAKESHELLtruetrueToggle the HTML Shell feature
UTILITIES_IPERF3truetrueToggle the iperf3 feature
UTILITIES_IPERF3_PORT_MIN3000030000iperf3 listen port range - from
UTILITIES_IPERF3_PORT_MAX3100031000iperf3 listen port range - to
SPONSOR_MESSAGE"Test message" or "/tmp/als_readme.md" or "http://some_host/114514.md"''Show server sponsor message (support markdown file, required mapping file to container)

Features

  • HTML 5 Speed Test
  • Ping - IPv4 / IPv6
  • iPerf3 server
  • Streaming traffic graph
  • Speedtest.net Client
  • Online shell box (limited commands)
  • NextTrace Support

Thanks to

License

Code is licensed under MIT Public License.

Star History

Star History Chart

Tag summary

Content type

Image

Digest

sha256:58f9ff3f2

Size

44.4 MB

Last updated

7 days ago

docker pull ryachueng/looking-glass-server