Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

mschae/harbourmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harbormaster

Super minimalistic docker-hub to slack posting with configurable routing!

Usage

Cool hackers don't need fancy UIs...

Subscribe a build to a channel

curl -X POST "http://localhost:9393/slack/channels" \
     -d "repo=<dockerhub_repo>" \
     -d "channel=<slack_channel_url>"

List channels you're subscribed to

curl -X GET "http://192.168.59.103:49154/slack/channels"

Unsubscribe a channel

curl -X DELETE "http://localhost:9393/slack/channels?repo=<repo>&channel=<channel>

About

A little sinatra app that allows to dynamically post docker built status to slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors