b0r1sp / kong-react-admin

This is dashboard for Kong api gateway.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I've found that it's more practical to manage Kong from command line and configuration files as it allows to put them in git and make changes review. So I don't manage this project anymore, instead consider https://github.com/kepkin/kongctl

kong-react-admin

This is a dashboard for Kong api gateway. This project was started due outdated version of PGBI/kong-dashboard

Status

There are a lot of bugs, but I use it more and more often than CURL. As I personally not a frontend developer help is appreciated!

Installation

Currently only docker image is available. I plan to add npm package with cmd tool.

Using Docker

# Start Kong Dashboard
docker run --rm -p 8080:8080 -e REACT_APP_API_URL="http://kong:8001" kepkin/kong-react-admin

# Start Kong Dashboard on a custom port
docker run --rm -p [port]:8080 -e REACT_APP_API_URL="http://kong:8001" kepkin/kong-react-admin

About

This is dashboard for Kong api gateway.

License:MIT License


Languages

Language:JavaScript 92.3%Language:HTML 4.2%Language:Smarty 1.4%Language:CSS 1.1%Language:Dockerfile 0.9%