webhook-tester
webhook-tester copied to clipboard
feat: Implement Cloudflare Quick Tunnel support
Description
PoC of cloudflared quick-tunnel support
Fixes #632
Checklist
- [ ] My code adheres to the style guidelines of this project
- [ ] I have conducted a self-review of my code
- [ ] I have added comments to my code, especially in areas that may be difficult to understand
- [ ] I have written unit tests for my code (if tests are required for my changes)
@tarampampam What do you think? Should I proceed? The number of dependencies this will add is a bit concerning..
You've done a tremendous job! Thank you!
Could you bring the changes you made to a POC state so that we can run and test how it works?
go run cmd/webhook-tester/main.go start --tunnel-driver=cloudflare --use-live-frontend is all you need, works fine on my laptop.