Add Real-Time syncing of remote updates via webhooks (#1626)

* Add Real-Time syncing of remote updates via webhooks

Co-authored-by: abraunegg <alex.braunegg@gmail.com>
This commit is contained in:
Yuan Liu 2021-11-22 12:06:13 -08:00 committed by GitHub
commit bfeeae91de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11050 additions and 291 deletions

8
config
View file

@ -41,4 +41,10 @@
# sync_business_shared_folders = "false"
# sync_dir_permissions = "700"
# sync_file_permissions = "600"
# rate_limit = "131072"
# rate_limit = "131072"
# webhook_enabled = "false"
# webhook_public_url = ""
# webhook_listening_host = ""
# webhook_listening_port = "8888"
# webhook_expiration_interval = "86400"
# webhook_renewal_interval = "43200"