Fatih USTA 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) | пре 2 месеци | |
---|---|---|
.actions | пре 3 година | |
.github | пре 9 месеци | |
.vscode | пре 4 година | |
api | пре 2 месеци | |
docs | пре 9 месеци | |
licenses | пре 3 година | |
utils | пре 2 година | |
web | пре 9 месеци | |
.asf.yaml | пре 2 година | |
.dockerignore | пре 4 година | |
.gitignore | пре 2 година | |
.gitmodules | пре 3 година | |
.markdownlint.yml | пре 3 година | |
.yamllint | пре 3 година | |
CHANGELOG.md | пре 1 година | |
CODE_OF_CONDUCT.md | пре 4 година | |
CONTRIBUTING.md | пре 3 година | |
Dockerfile | пре 9 месеци | |
LICENSE | пре 3 година | |
Makefile | пре 2 година | |
NOTICE | пре 1 година | |
README.md | пре 1 година | |
netlify.toml | пре 3 година |
The master version should be used with Apache APISIX master version.
The latest released version is 3.0.0 and is compatible with Apache APISIX 3.0.x.
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.
Username: admin
Password: admin
Currently, APISIX Ingress Controller automatically manipulates some APISIX resources, which is not very compatible with APISIX Dashboard. In addition, users should not modify resources labeled managed-by: apisix-ingress-controllers
via APISIX Dashboard.
.
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── api
├── docs
├── licenses
└── web
api
directory is used to store the Manager API
source codes, which is used to manage etcd
and provide APIs to the frontend interface.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.