[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8898":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},8898,"als","wikihost-opensource\u002Fals","wikihost-opensource","Another Looking-glass Server",null,"Vue",1518,188,5,4,0,1,2,8,3,19.83,"MIT License",false,"master",true,[],"2026-06-12 02:02:00","[![docker image build](https:\u002F\u002Fgithub.com\u002Fwikihost-opensource\u002Fals\u002Factions\u002Fworkflows\u002Fdocker-image.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fwikihost-opensource\u002Fals\u002Factions\u002Fworkflows\u002Fdocker-image.yml)\n\n\nLanguage: English | [简体中文](README_zh_CN.md)\n\n# ALS - Another Looking-glass Server\n\n## Quick start\n```\ndocker run -d --name looking-glass --restart always --network host wikihostinc\u002Flooking-glass-server\n```\n\n[DEMO](http:\u002F\u002Flg.hk1-bgp.hkg.50network.com\u002F)\n\nIf you don't want to use Docker , you can use the [compiled server](https:\u002F\u002Fgithub.com\u002Fwikihost-opensource\u002Fals\u002Freleases)\n\n## Host Requirements\n - RAM: 32MB or more\n\n## How to change config\n```\n# you need pass -e KEY=VALUE to docker command\n# you can find the KEY below the [Image Environment Variables]\n# for example, change the listen port to 8080\ndocker run -d \\\n    --name looking-glass \\\n    -e HTTP_PORT=8080 \\\n    --restart always \\\n    --network host \\\n    wikihostinc\u002Flooking-glass-server\n``` \n\n## Environment variable table\n| Key                       | Example                                                                | Default                                                    | Description                                                                             |\n| ------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------- |\n| LISTEN_IP                 | 127.0.0.1                                                              | (all ip)                                                   | which IP address will be listen use                                                     |\n| HTTP_PORT                 | 80                                                                     | 80                                                         | which HTTP port should use                                                              |\n| SPEEDTEST_FILE_LIST       | 100MB 1GB                                                              | 1MB 10MB 100MB 1GB                                         | size of static test files, separate with space                                          |\n| LOCATION                  | \"this is location\"                                                     | (request from http:\u002F\u002Fipapi.co) | location string                                                                         |\n| PUBLIC_IPV4               | 1.1.1.1                                                                | (fetch from http:\u002F\u002Fifconfig.co)                            | The IPv4 address of the server                                                          |\n| PUBLIC_IPV6               | fe80::1                                                                | (fetch from http:\u002F\u002Fifconfig.co)                            | The IPv6 address of the server                                                          |\n| DISPLAY_TRAFFIC           | true                                                                   | true                                                       | Toggle the streaming traffic graph                                                      |\n| ENABLE_SPEEDTEST          | true                                                                   | true                                                       | Toggle the speedtest feature                                                            |\n| UTILITIES_PING            | true                                                                   | true                                                       | Toggle the ping feature                                                                 |\n| UTILITIES_SPEEDTESTDOTNET | true                                                                   | true                                                       | Toggle the speedtest.net feature                                                        |\n| UTILITIES_FAKESHELL       | true                                                                   | true                                                       | Toggle the HTML Shell feature                                                           |\n| UTILITIES_IPERF3          | true                                                                   | true                                                       | Toggle the iperf3 feature                                                               |\n| UTILITIES_IPERF3_PORT_MIN | 30000                                                                  | 30000                                                      | iperf3 listen port range - from                                                         |\n| UTILITIES_IPERF3_PORT_MAX | 31000                                                                  | 31000                                                      | iperf3 listen port range - to                                                           |\n| SPONSOR_MESSAGE           | \"Test message\" or \"\u002Ftmp\u002Fals_readme.md\" or \"http:\u002F\u002Fsome_host\u002F114514.md\" | ''                                                         | Show server sponsor message (support markdown file, required mapping file to container) |\n\n\n## Features\n- [x] HTML 5 Speed Test\n- [x] Ping - IPv4 \u002F IPv6\n- [x] iPerf3 server\n- [x] Streaming traffic graph\n- [x] Speedtest.net Client\n- [x] Online shell box (limited commands)\n- [x] [NextTrace](https:\u002F\u002Fgithub.com\u002Fnxtrace\u002FNTrace-core) Support\n## Thanks to\nhttps:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest\n\nhttps:\u002F\u002Fwww.jetbrains.com\u002F\n\n## License\n\nCode is licensed under MIT Public License.\n\n* If you wish to support my efforts, keep the \"Powered by WIKIHOST Opensource - ALS\" link intact.\n\n## Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=wikihost-opensource\u002Fals&type=Date)](https:\u002F\u002Fstar-history.com\u002F#wikihost-opensource\u002Fals&Date)\n","ALS 是一个开源的 Looking-glass 服务器，用于网络诊断和性能测试。该项目使用 Vue 构建前端界面，并支持 Docker 部署，具有低内存占用（最低32MB RAM）的特点。用户可以通过环境变量轻松配置监听IP、端口以及测试文件大小等参数，以适应不同的网络环境需求。适用于需要提供公开网络诊断服务的数据中心或云服务提供商，帮助其客户快速了解连接质量和延迟情况。","2026-06-11 03:20:14","top_language"]