This is a GUI for my LemmyWebhook package.
Using docker compose:
services:
webhooks_ui:
image: ghcr.io/rikudousage/lemmy-webhook-manager:latest
ports:
- 8008:80 # map to whatever port you want
environment:
- API_URL=https://api.webhooks.lemmings.world # replace with your api url
Don't forget to configure CORS for LemmyWebhook.