Ability to customize URL root
Describe the problem to be solved
The webhook URL displayed in the UI is always based on the current window's URL.
We've set up an instance of the tester in our cluster and rather than exposing an authenticated ingress just let people who want UI access kubectl port-forward to get at it. So you then have to replace localhost:8081 manually with the URL that's accessible by the internal webhook-sending systems. It would be great if you could just specify that in configuration.
Suggest a solution
Config option for URL root that overrides window.location.url if given.
Additional context
No response
Nice suggestion, and thank you for raising this issue. Do you have enough experience in Go and TypeScript to implement this feature yourself? I’m not insisting, just thinking it might be a bit faster than waiting for me to find enough free time to code it :)
I probably do as long as the repo is set up to be easy to test/etc :)
On Fri, Nov 21, 2025 at 9:02 AM Pаramtamtām @.***> wrote:
tarampampam left a comment (tarampampam/webhook-tester#720)
Nice suggestion, and thank you for raising this issue. Do you have enough experience in Go and TypeScript to implement this feature yourself? I’m not insisting, just thinking it might be a bit faster than waiting for me to find enough free time to code it :)
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Everything is quite straightforward - all you need is Docker installed, and keep an eye on the Makefile - it's your best friend 😃
Oh, and one more thing - in case of any questions, feel free to ping me here 🤝