mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
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:
parent
540c2369f3
commit
bfeeae91de
9 changed files with 11050 additions and 291 deletions
8
config
8
config
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue