1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2024-09-27 23:02:17 +02:00
Small Rack (Ruby) application serving OpenVPN status file
Go to file
2013-03-29 22:45:00 +01:00
init.d Fix path 2013-02-16 11:02:01 +01:00
Gemfile Drop mongrel dependency, it's old and broken 2013-03-29 22:44:39 +01:00
Gemfile.lock Drop mongrel dependency, it's old and broken 2013-03-29 22:44:39 +01:00
LICENSE Add license 2013-02-25 22:56:33 +01:00
main.html.erb Improve margins 2013-02-16 00:01:16 +01:00
README.md Add license 2013-02-25 22:56:33 +01:00
status.rb Return [body] since String stopped including Enumerable in 1.9 2013-03-29 22:45:00 +01:00

openvpn-status-web

Small (another word for naive in this case, it's simple and serves my needs) rack app providing the information the OpenVPN server collects in it's status file especially including a list of currently connected clients (common name, remote address, traffic, ...). It comes with a Debian 6 compatible init.d file.

It lacks:

  • authentication
  • caching (parses file on each request, page does auto-refresh every minute as OpenVPN updates the status file these often)
  • management interface support
  • a gem
  • possibly more...

License

openvpn-statsu-web is licensed under the Apache License, Version 2.0. See LICENSE for more information.