feat(apisix): add Cloudron package

- Implements Apache APISIX packaging for Cloudron platform.
- Includes Dockerfile, CloudronManifest.json, and start.sh.
- Configured to use Cloudron's etcd addon.

🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
2025-09-04 09:42:47 -05:00
parent f7bae09f22
commit 54cc5f7308
1608 changed files with 388342 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "apisix-test-suite",
"private": true,
"type": "module",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.14.1",
"axios": "^1.9.0",
"docker-compose": "^1.2.0",
"graphql": "^16.11.0",
"graphql-request": "^7.1.2",
"jest": "29.7.0",
"lago-javascript-client": "^1.26.0",
"simple-git": "^3.27.0",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"yaml": "^2.7.1"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}