Нема описа

Fatih USTA 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) пре 2 месеци
.actions 8f47e3405d docs: release 2.7.1 (#2056) пре 3 година
.github ad697c6439 fix: dockerfile build failed (#2918) пре 9 месеци
.vscode b989a0f7d9 release: release 2.0-rc version. (#598) пре 4 година
api 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) пре 2 месеци
docs ad697c6439 fix: dockerfile build failed (#2918) пре 9 месеци
licenses 423c9e8996 feat: refactor Plugin Orchestration (#1813) пре 3 година
utils 78df898e25 chore: update echo description to apisix-dashboard (#2253) пре 2 година
web ad697c6439 fix: dockerfile build failed (#2918) пре 9 месеци
.asf.yaml ede459c259 chore: reduce minimal reviewer amount to 2 (#2481) пре 2 година
.dockerignore b989a0f7d9 release: release 2.0-rc version. (#598) пре 4 година
.gitignore 0458664ffd feat: set serverUrlMap with env, update cypress, update stylelint (#2583) пре 2 година
.gitmodules 32183799dd refactor: remove built-in daemon manager (#2183) пре 3 година
.markdownlint.yml 2261de1280 chore: lint Markdown and remove unneeded rules (#1274) пре 3 година
.yamllint d1107ec866 feat(CI): add a GitHub Action to lint the YAML (#1060) пре 3 година
CHANGELOG.md f494919694 feat: release 3.0.0 (#2722) пре 1 година
CODE_OF_CONDUCT.md 0613b72254 feat: prepare to release (#352) пре 4 година
CONTRIBUTING.md 2261de1280 chore: lint Markdown and remove unneeded rules (#1274) пре 3 година
Dockerfile ad697c6439 fix: dockerfile build failed (#2918) пре 9 месеци
LICENSE 423c9e8996 feat: refactor Plugin Orchestration (#1813) пре 3 година
Makefile 758c43262a chore: update dgrijalva/jwt-go 3.2 to golang-jwt/jwt 3.2.2 (#2304) пре 2 година
NOTICE 070e0be783 chore: update the year in the NOTICE (#2726) пре 1 година
README.md 0b6d2a2bdc fix: update URL of the online playground (#2760) пре 1 година
netlify.toml afc3df96c0 chore: support SPA 404 fallback (#1750) пре 3 година

README.md

Apache APISIX Dashboard

License Go Report Card DockerHub Cypress.io Slack

WebsiteDocsTwitter

  • 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.

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.

Note: Currently the Dashboard does not have complete coverage of Apache APISIX features, visit here to view the milestones.

architecture

Demo

Online Playground

Username: admin
Password: admin

Works with APISIX Ingress Controller

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.

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