2022-07-09 11:45:52 +08:00
2022-07-09 11:45:52 +08:00
2022-07-09 11:45:52 +08:00
2022-07-06 14:15:00 +08:00
2022-07-09 11:45:52 +08:00
2022-07-06 14:15:00 +08:00
2022-07-06 14:20:30 +08:00
2022-07-06 14:37:47 +08:00

ALS - Another Looking-glass Server

Quick start

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

Host Requirements

  • Can run docker (yes, only docker is required)

Image Environment Variables

Key Example Default Description
HTTP_PORT 80 80 which HTTP port should use
SPEEDTEST_FILE_LIST 100MB 1GB 1MB 10MB 100MB 1GB size of static test files, separate with space
PUBLIC_IPV4 1.1.1.1 (fetch from http://ifconfig.co) The IPv4 address of the server
PUBLIC_IPV6 fe80::1 (fetch from http://ifconfig.co) The IPv6 address of the server
DISPLAY_TRAFFIC true true Toggle the streaming traffic graph
ENABLE_SPEEDTEST true true Toggle the speedtest feature
UTILITIES_PING true true Toggle the ping feature
UTILITIES_TRACEROUTE true true Toggle the traceroute feature
UTILITIES_IPERF3 true true Toggle the iperf3 feature
UTILITIES_IPERF3_PORT_MIN 30000 30000 iperf3 listen port range - from
UTILITIES_IPERF3_PORT_MAX 31000 31000 iperf3 listen port range - to

Features

  • HTML 5 Speed Test
  • Traceroute - IPv4
  • Ping - IPv4
  • iPerf3 server
  • Streaming traffic graph

TO-DO List

  • Traceroute - IPv6
  • Ping - IPv6

License

Code is licensed under MIT Public License.

  • If you wish to support my efforts, keep the "Powered by LookingGlass" link intact.
Description
Another Looking-glass Server
Readme MIT 54 MiB
Languages
Vue 48.4%
Go 39.5%
JavaScript 9.1%
Shell 1.3%
Dockerfile 1.1%
Other 0.6%