webhook-tester icon indicating copy to clipboard operation
webhook-tester copied to clipboard

feat: Implement Cloudflare Quick Tunnel support

Open a5r0n opened this issue 11 months ago • 3 comments

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)

a5r0n avatar Feb 07 '25 09:02 a5r0n

@tarampampam What do you think? Should I proceed? The number of dependencies this will add is a bit concerning..

a5r0n avatar Feb 18 '25 11:02 a5r0n

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?

tarampampam avatar Feb 18 '25 15:02 tarampampam

go run cmd/webhook-tester/main.go start --tunnel-driver=cloudflare --use-live-frontend is all you need, works fine on my laptop.

a5r0n avatar Feb 18 '25 19:02 a5r0n