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,52 @@
{
"name": "apisix-grpc-web",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "apisix-grpc-web",
"dependencies": {
"google-protobuf": "^3.19.1",
"grpc-web": "^1.3.0",
"xhr2": "^0.2.1"
}
},
"node_modules/google-protobuf": {
"version": "3.19.1",
"resolved": "https://registry.npmmirror.com/google-protobuf/download/google-protobuf-3.19.1.tgz?cache=0&sync_timestamp=1635869461201&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fgoogle-protobuf%2Fdownload%2Fgoogle-protobuf-3.19.1.tgz",
"integrity": "sha1-WvU5DoIGxEbY9J/rr/1Lf0rCj0E=",
"license": "BSD-3-Clause"
},
"node_modules/grpc-web": {
"version": "1.3.0",
"resolved": "https://registry.npmmirror.com/grpc-web/download/grpc-web-1.3.0.tgz",
"integrity": "sha1-TDbZfnp7YQKn30Y+eCLNhtT2Xtg=",
"license": "Apache-2.0"
},
"node_modules/xhr2": {
"version": "0.2.1",
"resolved": "https://registry.npmmirror.com/xhr2/download/xhr2-0.2.1.tgz",
"integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM=",
"engines": {
"node": ">= 6"
}
}
},
"dependencies": {
"google-protobuf": {
"version": "3.19.1",
"resolved": "https://registry.npmmirror.com/google-protobuf/download/google-protobuf-3.19.1.tgz?cache=0&sync_timestamp=1635869461201&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fgoogle-protobuf%2Fdownload%2Fgoogle-protobuf-3.19.1.tgz",
"integrity": "sha1-WvU5DoIGxEbY9J/rr/1Lf0rCj0E="
},
"grpc-web": {
"version": "1.3.0",
"resolved": "https://registry.npmmirror.com/grpc-web/download/grpc-web-1.3.0.tgz",
"integrity": "sha1-TDbZfnp7YQKn30Y+eCLNhtT2Xtg="
},
"xhr2": {
"version": "0.2.1",
"resolved": "https://registry.npmmirror.com/xhr2/download/xhr2-0.2.1.tgz",
"integrity": "sha1-TnOtxPnP7Jy9IVf3Pv3OOl8QipM="
}
}
}