hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.87k stars 579 forks source link

Support webhooks for notifications #1922

Open mrrcollins opened 4 years ago

mrrcollins commented 4 years ago

Feature request: Support webhooks for notifications.

The major git hosting services all have webhooks to trigger actions when things happen with a repo. It would be nice to be able to trigger the notification service with a webhook when pushing a commit.

You can do the same thing with a git post hook, but this doesn't work from a client such as Working Copy under iOS.