Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/worktile-events-to-slack
推送/集成Worktile通知到Slack
https://github.com/cybertk/worktile-events-to-slack
Last synced: 2 months ago
JSON representation
推送/集成Worktile通知到Slack
- Host: GitHub
- URL: https://github.com/cybertk/worktile-events-to-slack
- Owner: cybertk
- License: mit
- Created: 2015-05-15T06:34:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T16:42:25.000Z (over 9 years ago)
- Last Synced: 2024-06-19T06:46:20.060Z (7 months ago)
- Language: Go
- Homepage:
- Size: 434 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# worktile-events-to-slack
> 推送Worktile通知到Slack
[![CI Status](http://img.shields.io/travis/cybertk/worktile-events-to-slack/master.svg?style=flat)](https://travis-ci.org/cybertk/worktile-events-to-slack)
[![Docker Repository on Quay.io](https://quay.io/repository/quanlong/worktile-events-to-slack/status "Docker Repository on Quay.io")](https://quay.io/repository/quanlong/worktile-events-to-slack)
[![Layers](https://badge.imagelayers.io/quanlong/worktile-events-to-slack:latest.svg)](https://imagelayers.io/?images=quanlong/worktile-events-to-slack:latest 'Get your own badge on imagelayers.io')**worktile-events-to-slack**可以将Worktile的事件通知转发到Slack, **Slack Incoming Webhook**的地址可以通过**QueryString**参数`slack_url`动态配置.
## Getting Started
部署worktile-events-to-slack
docker run quanlong/worktile-events-to-slack
创建Slack Incoming Webhook
1. 进入在Slack的Integrations设置
1. 新建一个Incoming Webhook
1. 获取Incoming Webhook地址, 如https://XXX.slack.com/services/hooks/incoming-webhook?token=...创建Worktile Webhook
1. 进入Worktile的项目设置中的Webhook设置
1. 添加Webhook
1. 通知URL字段填写worktile-events-to-slack webhook地址, 如 https://example.com?slack_url=https://hooks.slack.com/hooks/AAA## Test
Development environment is backed by Docker, so enter dev env with
make dev
Then test with
make test
## Contribution
See [roadmap](ROADMAP.md)