Parses webhooks and forwards them in the proper format to Discord.
You can use the siteā to create the right webhook link. If you want to manually do it, here are the steps:
Replace discordapp.com in url with skyhook.glitch.me
https://discordapp.com/api/webhooks/firstPartOfWebhook/secondPartOfWebhook
->
https://skyhook.glitch.me/api/webhooks/firstPartOfWebhook/secondPartOfWebhook
https://skyhook.glitch.me/api/webhooks/firstPartOfWebhook/secondPartOfWebhook/providerGoesHere
/appveyor/bintray/bitbucket/circleci/codacy/dockerhub/gitlab/heroku/jenkins (requires the notification pluginā )/jira/newrelic/patreon/pingdom/travis/trello/unity/uptimerobot/vstsIf you want support for a new provider, just create a pull request and add it!
Alternatively, a new provider can also be requested by creating an issueā .
If you wish to contribute, follow our contributing guideā .
If you want to create a new provider please follow the examples shown at our small documentationā .
To run server:
npm start
To run tests:
npm test
To build the image:
docker build -t skyhook .
To run the application:
docker run -p 8080:8080 --name skyhook skyhook
To run the tests:
docker run --name skyhook skyhook npm test
To remove the created container:
docker rm skyhook
skyhook is available under the MIT license. See the LICENSE file for more info.
\ ćoć)ć
Content type
Image
Digest
Size
342.6 MB
Last updated
over 6 years ago
docker pull sceat/skyhook