Skip to content

elbereth/dashninja-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Ninja Back-End (dashninja-be)

By Alexandre (aka elbereth) Devilliers

Codacy Badge Code Climate

Check the running live website at https://www.dashninja.pl

This is part of what makes the Dash Ninja monitoring application. It contains:

  • Private REST API (using PHP and Phalcon framework)

Requirement:

For the REST API:

  • PHP v5.6 with mysqli
  • Phalcon v2.0.x (should work with any version)
  • MySQL database with Dash Ninja Database (check dashninja-db repository)

Optional:

  • Dash Ninja Control script installed and running (to feed the database through this API)

Install:

  • Go to the root of your website for Dash private API (ex: cd /home/dashninja/cmd/)
  • Get latest code from github:
git clone https://github.com/elbereth/dashninja-be.git
  • Configure php to answer only to calls to api/index.php rewriting to end-point api/

Configuration:

The initial idea was to be able to have a central application (dashninja-be) where one or several hub of nodes connect to in order to provide monitoring.

Current implementation takes as assumption that there is only one hub configured (there can be several nodes).

Identification of this app and possible hubs are done with SSL certificates and it was designed to run on IPv6 only. You need to configure your web server (Dash Ninja official uses nginx) with your CA and create client certificates to trusted hubs to connect to it.

Once the server is configured correctly import the client certificate CN into cmd_hub to give access to that hub (this can be a remote host or ::1). Both the certificate and IPv6 are checked to match and give access.

Rest of documentation is not done yet (if ever).

About

Dash Ninja Back-End (Private Rest API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages