WebhookHub is a lightweight, self-hosted service for receiving, logging, and forwarding webhooks.
Receive webhooks at `/hook/:source`, allowing you to capture incoming web requests from various services.
Log full payloads, headers, and timestamps for incoming webhooks, making it easier to track requests.
Easily replay any webhook via the web user interface whenever you need to debug or recover.
Set specific forwarding rules per source, allowing you to fan-out or route webhooks to multiple destinations.
Access a web dashboard that features filters and pagination to efficiently manage and inspect logs.
Includes a secure login option for admin accounts to protect the application.
Uses a PostgreSQL database with GORM for effective data management.
Ready to deploy in a Docker container, simplifying setup processes.