Looking Glass php:apache docker image.
10K+
Looking Glass php:apache docker image.
This web application made in PHP is what we call a Looking Glass. This is a tool used to get some information about networks by giving the opportunity to execute some commands on routers. The output is sent back to the user.
For now this looking glass is quite simple. Here you have some features:
And here is a list of what this looking glass should be able to do in the future:
Map a copy the of configuration file config.php.example file to /var/www/html/config.php file. It contains all the values (PHP variables) used to customize the looking glass.
docker run -d -p 80:80 -v /config.php:/var/www/html/config.php --name="looking-glass" --restart=always rungeict/looking-glass:latest
An up-to-date (hopefully) documentation is available in the https://github.com/respawner/looking-glass/tree/master/docs/ directory. It gives enough details to setup the looking glass, to configure it and to prepare your routers.
Looking Glass is released under the terms of the GNU GPLv3. Please read the LICENSE file for more information.
If you have any bugs, errors, improvements, patches, ideas, you can contact me on my email address [email protected]. You are also welcome to fork and make some pull requests.
If you use this looking glass in your company, please drop me a mail. I would be glad to know that this project was helpful for you, and I will update our documentation to include your company inside the list of users if you want me to.
Content type
Image
Digest
Size
169.2 MB
Last updated
over 9 years ago
docker pull rungeict/looking-glass