Skip to content

msmur/webhooked

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published