Simple multi-datacenter infrastructure overview and monitoring dashboard.
Application server written in Python. Handles API calls.
mv data/configuration.json.example data/configuration.json
virtualenv venv -p python3
source venv/bin/activate
pip3 install -r requirements
python3 manage.py runserver
SPA made with Vue.js and Buefy.
npm install
node_modules/.bin/poi