{ "version": 1, "manifestVersion": 2, "type": "app", "id": "io.cloudron.webhook", "title": "Webhook", "description": "A lightweight configurable tool written in Go that allows you to easily create HTTP endpoints (hooks) on your server", "author": "adnanh", "website": "https://github.com/adnanh/webhook", "contactEmail": "cloudron@tsys.dev", "tagline": "Lightweight webhook receiver for automation", "version": "2.8.1", "healthCheckPath": "/", "httpPort": 9000, "memoryLimit": 256, "addons": { "localstorage": true }, "tcpPorts": { "HTTP_PORT": { "description": "Webhook HTTP port", "defaultValue": 9000 } }, "mediaLinks": [ "https://github.com/adnanh/webhook/raw/development/docs/logo/logo-256x256.png" ], "changelog": "Initial Cloudron package for webhook", "icon": "file://logo.png" }