Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 815 Bytes

File metadata and controls

26 lines (16 loc) · 815 Bytes

Webhooked

Webhooked is a simple, lightweight, and easily-hostable request catcher service for viewing HTTP API requests.

Y'know, just like webhook.site, Beeceptor, or RequestBin, but with a bit more functionality.

It comes with a simple web UI to view all the Hooks you've created, along with the Webhooks that were sent to the hook (or, hooked on :')

Hosting

You can build and run the docker image connecting it to a PostgreSQL database, which is the only dependency.

Development

Prerequisites

  1. Docker
  2. uv

Set Up

  1. cp .env.example .env to create an .env file
  2. Start dependencies with docker compose up -d
  3. Run the app with uv run fastapi dev app/main.py