33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"id": "com.apache.apisix.cloudron",
|
|
"title": "Apache APISIX",
|
|
"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",
|
|
"version": "3.6.0",
|
|
"healthCheckPath": "/health",
|
|
"httpPort": 9080,
|
|
"addons": {
|
|
"etcd": {}
|
|
},
|
|
"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": {
|
|
"description": "Admin API key for APISIX. Change this to a strong, unique value.",
|
|
"type": "secret"
|
|
}
|
|
},
|
|
"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."
|
|
} |