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