Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

derekharget/LookingGlass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LookingGlass

Opensource looking glass that contains a web client, and individual entry points for your infrastructure.

Supports IPv4/IPv6 and Ping/Traceroute/MTR. Users have the ability to select locations via a dropdown menu.

Setting up the web client

The front end code is able to be statically generated and does not require a server in the backend.

Edit the /web-client/src/locations.ts array and fill in each of your locations. The endpoint should not include a http or tailing slash.

After you complete that, simple run 'npm run build' and point all requests from your web server to the build directory. You can also use the static export feature on cloudflare pages or Heroku.

Setting up the looking glass client

In the environment file, setup your application port that you wish to use. I would recommend just proxying with nginx to the service.

After that, simply run npm run start to compile and execute the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages