Skip to content

MangoRaft/airfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airfield

Simple hipache web-interface

  • Check packages from package.json
  • Requires of course hipache and redis installed on same server with airfield

Setup

After downloading source:

cd airfield
npm install
node airfield.js

Then you can go to http://server.com:3000/

Default login credientials are:

User: admin
Pass: kissa2

You can change those by modifying settings.js.

Warning!

Currently authentication is broken so there is not really any kind of session management. You have to implement checkAuth-middleware to check if user is logged in, login and logout routines.

Openstack support

If you are doing lots of proxying to OpenStack instances, you can enable openstack-support. The management console uses openstack-api to fetch ips, names and statuses of all instances. This feature is tested with Folsom. All you have to do is enable it from settings.js and change the login credientials in the same file.

If you are using this for a real purpose not just testing, tweak other settings too.

ToDo

  • Better AJAX-message construction
  • Authentication
  • Statistics
  • Search
  • Paging

About

Airfield is a web-interface for hipache-proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • HTML 9.7%
  • CSS 0.3%