You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core_concepts/4_webhooks/index.mdx
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,36 @@ Useful when some webhooks need to return extremely fast but not just the uuid (d
244
244
/>
245
245
</div>
246
246
247
+
## Exposing a webhook URL
248
+
249
+
Single port proxy can be leveraged to expose a webhook with a custom URL. In its docker-compose, Windmill uses Caddy but the logic can be adapted for others.
250
+
251
+
In the Caddyfile, the (`handle_path`)[https://caddyserver.com/docs/caddyfile/directives/handle_path#handle-path] and (`rewrite`)[https://caddyserver.com/docs/caddyfile/directives/rewrite#rewrite] directive can be used:
0 commit comments