Simple Stupid Kong Admin Dashboard i made for my homie over the weekend, now making it available for all other homies.
WIP
- Node Status and Network Requests Overview
- Admin User
- Retrieve Node Information
- Retrieve Node Status
- Add Node To Track
- Add APIs
- List APIs
- Update APIs
- Update or Create APIs
- Delete APIs
- Add Consumers
- List Consumers
- Update Consumers
- Update or Create Consumers
- Delete Consumers
- Retrieve Cluster Status
- Forcibly Remove a Node
- Add Plugins
- List All Plugins
- List Plugins per API
- Update Plugins
- Update or Create Plugins
- Delete Plugins
- Retrieve Enabled Plugins
- Retrieve Plugin Schema
Requires:
- node
4.3.0 or higher
. - Mongodb
npm i -g bower
git clone https://github.com/lestoni/dashy.git
ornpm i dashy-kong
bower install
- Edit
config/index.js
where appropriate esp the admin username and password, session tokens. npm start
- Go to
http://localhost:7500
Building and Running the docker container
$ docker build dashy-kong .
$ docker run -d --name dashy-kong -p $HOST_IP:7500:7500 -e MONGODB_URL=$MONGODB_URL dashy-kong
Built with Gentelella Boostrap Admin Dashboard.
MIT