Fără Descriere

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

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