Coder Social home page Coder Social logo

devhubhook's Introduction

DevhubHook

image

DevHubと各サービスのWebHookをつないで通知を集約するツールです。

対応サービス

Usage

例:

  • Devhub : 192.168.1.5:3000
  • DevhubHook : 192.168.1.5:4000

の場合、下記のようにする。

$ git clone https://github.com/181dev/DevhubHook/
$ cd DevhubHook
$ npm install
$ PORT=4000 DEVHUB=http://192.168.1.5:3000 SERVER_HOST=localhost node app.js

また、指定の共有メモに通知を追加したい場合は下記のようにする。(NO:共有メモNo,LINE:挿入する行)

$ PORT=4000 DEVHUB=http://192.168.1.5:3000 SERVER_HOST=localhost NO=5 LINE=1 node app.js

各WebHookにDevhubHookの待ち受けURLを指定して下さい。

github, gitbucketでは、アバターを表示するためにSERVER_HOSTオプションが必要です。

BASIC認証

$ PORT=4000 DEVHUB=http://192.168.1.5:3000 SERVER_HOST=localhost NO=5 LINE=1 NODE_DEVHUB_USER=user NODE_DEVHUB_PASS=pass node app.js

devhubhook's People

Contributors

volpe28v avatar

Watchers

James Cloos avatar Shinsuke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.