A notifications gateway for helping your little robot friends to be heard.
To deploy it, you can use the manifests that come with this repo:
bosh -e <your-bosh-director> -d shout \
-v slack_webhook=https://...your-slack-webhook... \
manifests/shout.yml
Then, you can interact with it on the standard port, 7109, via the Concourse resource, or just using curl
- Fork this repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request in Github
- Profit!