fix: update rpm link for version 2.6
1 file changed
tree: 8d7313ab3553f3fd181f92fd83cdab51d20bbaa4
  1. .actions/
  2. .github/
  3. .vscode/
  4. api/
  5. docs/
  6. licenses/
  7. utils/
  8. web/
  9. .asf.yaml
  10. .dockerignore
  11. .gitignore
  12. .markdownlint.yml
  13. .yamllint
  14. CHANGELOG.md
  15. CODE_OF_CONDUCT.md
  16. CONTRIBUTING.md
  17. Dockerfile
  18. LICENSE
  19. Makefile
  20. netlify.toml
  21. NOTICE
  22. README.md
README.md

Apache APISIX Dashboard (Experimental)

License Go Report Card DockerHub

  • The master version should be used with Apache APISIX master version.

  • The latest released version is 2.6 and should be used with Apache APISIX 2.5. 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.

architecture

Demo

URL: http://139.217.190.60/
Username: admin
Password: admin

Project structure

.
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── api
├── docs
├── licenses
└── web
  1. The api directory is used to store the Manager API source codes, which is used to manage etcd and provide APIs to the frontend interface.
  2. The web directory is used to store the frontend source codes.

Build then launch

Support the following ways currently.

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

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.

License

Apache License 2.0