{ "version": 1, "manifestVersion": 2, "type": "app", "id": "io.cloudron.apisix", "title": "APISIX", "description": "Apache APISIX is a dynamic, real-time, high-performance API Gateway. Provides rich traffic management features like load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability and more.", "author": "Apache APISIX", "website": "https://apisix.apache.org", "contactEmail": "cloudron@tsys.dev", "tagline": "Cloud-native, high-performance API gateway", "version": "3.12-latest", "healthCheckPath": "/apisix/admin/routes", "httpPort": 9180, "memoryLimit": 1024, "addons": { "localstorage": true, "etcd": { "version": "3.4" } }, "tcpPorts": { "ADMIN_PORT": { "description": "APISIX Admin API port", "defaultValue": 9180 }, "HTTP_PORT": { "description": "APISIX HTTP proxy port", "defaultValue": 9080 }, "HTTPS_PORT": { "description": "APISIX HTTPS proxy port", "defaultValue": 9443 } }, "mediaLinks": [ "https://raw.githubusercontent.com/apache/apisix/master/logos/apache-apisix.png" ], "changelog": "Initial Cloudron package for APISIX API Gateway", "icon": "file://logo.png" }