All Projects → lestoni → dashy

lestoni / dashy

Licence: MIT license
Simple Stupid Kong Admin Dashboard made for my homie now available for you my homies.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dashy

Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+154090%)
Mutual labels:  api-management, kong
Konga
More than just another GUI to Kong Admin API
Stars: ✭ 3,596 (+17880%)
Mutual labels:  kong, kong-admin-gui
kong-config-manager
Yet another Kong CLI tool who can dump live configurations and apply your own backup configurations. In other words, configuration as code (CAC).
Stars: ✭ 15 (-25%)
Mutual labels:  kong, kong-admin-gui
Wicked.haufe.io
An API Management system based on Mashape Kong
Stars: ✭ 110 (+450%)
Mutual labels:  api-management, kong
kuma-gui
🐻 A GUI built on Vue.js for use with Kuma.
Stars: ✭ 34 (+70%)
Mutual labels:  kong
clients-generator
Kaltura API Client Libraries Generator - PHP source code introspection based automation for API native SDKs generation for various programming languages and API platforms
Stars: ✭ 17 (-15%)
Mutual labels:  api-management
lua-resty-timer
Extended timers for OpenResty
Stars: ✭ 20 (+0%)
Mutual labels:  kong
gluu-gateway
Gluu API 🚀 and Web Gateway 🎯
Stars: ✭ 29 (+45%)
Mutual labels:  kong
kong-api-gateway-plugin-and-microservices-demo
Creating plugin for Kong API Gateway and Simple micro services example
Stars: ✭ 20 (+0%)
Mutual labels:  kong
kong-docker
Kong Docker
Stars: ✭ 55 (+175%)
Mutual labels:  kong
binder-swagger-java
A framework to bring form-binder-java to swagger
Stars: ✭ 55 (+175%)
Mutual labels:  api-management
mango
mango is a man-page generator for the Go flag, pflag, cobra, coral, and kong packages
Stars: ✭ 191 (+855%)
Mutual labels:  kong
alpine-kong
alpine-kong
Stars: ✭ 15 (-25%)
Mutual labels:  kong
kong-plugin-zipkin
A Kong plugin for propogating zipkin spans and reporting spans to a zipkin server - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Stars: ✭ 60 (+200%)
Mutual labels:  kong
moesif-nodejs
Moesif Nodejs Middleware Library (formerly Moesif-Express)
Stars: ✭ 36 (+80%)
Mutual labels:  api-management
platform
Apinf - Open source API management platform with multi proxy and protocol support
Stars: ✭ 69 (+245%)
Mutual labels:  api-management
API-Management
Repository with Azure API Management release notes.
Stars: ✭ 83 (+315%)
Mutual labels:  api-management
wp-tyk-dev-portal
A WordPress plugin that adds a developer portal for a Tyk API Gateway
Stars: ✭ 12 (-40%)
Mutual labels:  api-management
kubernetes-sidecar-injector
Easy Service Mesh with Kong and Kubernetes
Stars: ✭ 20 (+0%)
Mutual labels:  kong
apisix-website
Apache APISIX Website
Stars: ✭ 81 (+305%)
Mutual labels:  api-management

dashy

Simple Stupid Kong Admin Dashboard i made for my homie over the weekend, now making it available for all other homies.

WIP

Screen shot

Features.

  • 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

Setup

Requires:

  1. node 4.3.0 or higher.
  2. Mongodb
  3. npm i -g bower
  4. git clone https://github.com/lestoni/dashy.git or npm i dashy-kong
  5. bower install
  6. Edit config/index.js where appropriate esp the admin username and password, session tokens.
  7. npm start
  8. Go to http://localhost:7500

Docker

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

More

Built with Gentelella Boostrap Admin Dashboard.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].