Hey! I am playing with an idea in my head, and wo...
# general
m
Hey! I am playing with an idea in my head, and wonder if someone maybe has an idea of an existing technology that does something similar. Where I work we currently have a lot of ports forwarded to different dev machines for webhook ingestion. I want a simple ui that configures a reverse proxy on the network. So user A can setup webhook ingest.company.com/testcase-b -> 192.168.1.10:8080/profiles/webhook from a web ui The destination needs to be able on local network, so self host is required. I know i could basically put a filewatcher on a caddyfile and git pull from a repo every x minutes. But that is too easy lol
g
I haven't used them, but Svix/Hookdeck seem to be the popular tools for dev webhooks
m
Hmm not really 100% what I am looking for, I think I am gonna tinker a bit, thanks for the response.
After some more research (and talking to gpt over the past few days) I think I am in a nitch that has no really solid existing (self-hosted) solutions, with the extended feature sets I have in mind. (such as viewing webhook content actually sent through the reverse proxy) I'll post a little more about it once I have a solid prototype, but for people curious to what I come up with, or find themselves in similar situations: https://github.com/Matts/Shoreline