-
The master version should be used with Apache APISIX master version.
-
The latest released version is 2.7.1 and is compatible with Apache APISIX 2.7.
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.
Note: Currently the Dashboard does not have complete coverage of Apache APISIX features, visit here to view the milestones.
URL: http://139.217.190.60/
Username: admin
Password: admin
.
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── api
├── docs
├── licenses
└── web
- The
api
directory is used to store theManager API
source codes, which is used to manageetcd
and provide APIs to the frontend interface. - The
web
directory is used to store the frontend source codes.
Support the following ways currently.
Pull requests are encouraged and always welcome. Pick an issue and help us out!
Please refer to the Development Guide.
Please refer to the User Guide.
Please refer to the Contribution Guide for a more detailed information.
Please refer to the FAQ for more known issues.