Webhooks with Caddy #3648
clriis
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
An even simpler option is not to use webhooks - and use the native websocket support - the only requirement is your underlying curl version needs to support websockets :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Webhooks have been cumbersome with nginx/apache/lighttpd due to HTTPS validation. Caddy simplifies this completely with automatic HTTPS.
Steps:
Install Caddy:
sudo apt install caddyEnsure router/firewall allows ports 80/443 forwarded to your machine and the ports are not used by another application
Add this to /etc/caddy/Caddyfile:
Ensure 'your.domain.tld' reflects your own public URL
Validate and reload:
Configure ~/.config/onedrive/config per manual:
Reboot
Beta Was this translation helpful? Give feedback.
All reactions