-
Notifications
You must be signed in to change notification settings - Fork 3
Webhooks
a-a-hofmann edited this page Sep 3, 2020
·
2 revisions
- Ngrok (requires account): https://ngrok.com/download
- Smee: https://smee.io/
Install ngrok: https://ngrok.com/download
Run it with:
ngrok http -host-header=rewrite https://<server url>
E.g.
ngrok http -host-header=rewrite https://192.168.205.10
Or for local development
ngrok http -host-header=rewrite http://127.0.0.1:8080
ngrok will print out the url which will forward all http requests:
Set up a webhook using the mentioned url, e.g.:
https://d2d48f20168f.ngrok.io/api/webhooks/courses/update/github
- Home
- Configuration
- [Course Configuration]
- [Assignment Configuration]
- Exercise Configuration
- Concepts