-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch webhook tunnel to cloudflare #20
base: main
Are you sure you want to change the base?
Switch webhook tunnel to cloudflare #20
Conversation
keithmacaulay
commented
Dec 2, 2024
- Update to use cloudflare tunnel in place of localtunnel for webhook routing
- Docs also updated to reflect this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a few comments! thank you so much for doing this!!
the webhook URL in Benchling should be: | ||
|
||
``` | ||
https://hot-ideas-doubt.loca.lt/1/webhooks | ||
https://hot-ideas-doubt.trycloudflare.com/1/webhooks | ||
``` | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, this is a nit but I wonder if we should update the gif on this page as well (in the current gif, the page is the old non-global apps page and the URL is a localtunnel one). I made some new gifs for the workshop branch, you can download and reuse
https://github.com/benchling/app-examples-python/blob/benchtalk-workshop/examples/chem-sync-local-flask/docs/update-webhook-url.gif
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, although the workshop gif also uses the localtunnel url?