- add a `.yamllint` config file - lint some YAML
Apache APISIX Dashboard (Experimental)
The latest version is 2.2 and should be used with Apache APISIX 2.1. It is not recommended to use with other Apache APISIX versions.
What's Apache APISIX Dashboard
The Apache APISIX Dashboard is designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.
The Dashboard is the control plane and performs all parameter checks; Apache APISIX mixes data and control planes and will evolve to a pure data plane.
This project includes Manager API, which will gradually replace Admin API in Apache APISIX.
Note: Currently the Dashboard does not have complete coverage of Apache APISIX features, visit here to view the milestones.
Project structure
.
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── api
├── docs
├── licenses
└── web
- The
apidirectory is used to store theManager APIsource codes, which is used to manageetcdand provide APIs to the frontend interface. - The
webdirectory is used to store the frontend source codes.
Build then launch
Support the following ways currently.
Development
Please refer to the Development Guide.
User Guide
Please refer to the User Guide.
Contributing
Please refer to the Contribution Guide for a more detailed information.
FAQ
Please refer to the FAQ for more known issues.
