feat(apisix): finalize initial package structure and cleanup source files\n\n- Moved packaged files to CloudronPackages/APISIX/\n- Removed temporary apisix-source directory from CloudronPackages/APISIX/\n\n🤖 Generated with Gemini CLI\nCo-Authored-By: Gemini <noreply@google.com>

This commit is contained in:
2025-09-04 10:52:36 -05:00
parent d74cdc091b
commit 6295339f81
1608 changed files with 59 additions and 388297 deletions

View File

@@ -1,33 +1,30 @@
{
"id": "apisix",
"id": "com.apache.apisix.cloudron",
"title": "Apache APISIX",
"description": "Apache APISIX is a dynamic, real-time, high-performance API gateway.",
"author": "Apache Software Foundation",
"description": "Apache APISIX is a dynamic, real-time, high-performance API gateway, based on the Nginx library and etcd.",
"tagline": "High-performance API Gateway",
"icon": "https://cdn.cloudron.io/icons/apisix.svg",
"main": {
"type": "docker",
"image": "cloudron/base:4.2.0",
"ports": {
"9080/tcp": "APISIX HTTP/HTTPS Port"
},
"healthCheck": {
"url": "/"
}
},
"manifestVersion": 2,
"version": "3.6.0",
"healthCheckPath": "/health",
"httpPort": 9080,
"addons": {
"etcd": {}
},
"environment": {
"APISIX_ETCD_HOST": {
"type": "string",
"description": "etcd host for APISIX",
"required": true
},
"APISIX_ETCD_PORT": {
"type": "string",
"description": "etcd port for APISIX",
"required": true
}
}
"manifestVersion": 2,
"website": "https://apisix.apache.org/",
"contactEmail": "dev@apisix.apache.org",
"icon": "logo.png",
"tags": [
"api-gateway",
"proxy",
"nginx",
"microservices",
"load-balancer"
],
"env": {
"APISIX_ADMIN_KEY": "changeme"
},
"configurePath": "/",
"minBoxVersion": "7.0.0",
"postInstallMessage": "Apache APISIX has been successfully installed. The admin API is available at http://your-domain/apisix/admin with the configured admin key. Dashboard access requires additional configuration."
}