Sign inSign up

mathat13/webhook-capture

By mathat13

Updated 11 months ago

FastAPI HTTP server container configured to print any JSON to logs.

Image
Networking
API management
0

336

mathat13/webhook-capture repository overview

repo: https://github.com/mathat13/webhook-capture

A container designed to print JSON payloads to docker logs. Useful for capturing webhook structure from other containers when documentation is lacking and you don't want to guess. Not in a useful state, no security considerations and I think it'll just error if you don't provide it JSON.

here's the docker compose if you still want to use it for whatever reason (can also be found in the repo):

services:
  webhook-capture:
    container_name: webhook-capture
    image: mathat13/webhook-capture:latest
    restart: unless-stopped
    ports:
      - "5000:5000"
    networks:
      - default

Tag summary

Content type

Image

Digest

sha256:41bfb3169

Size

54 MB

Last updated

11 months ago

docker pull mathat13/webhook-capture