Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jckimble/lighttower
Dbus Notifications for Codeship
https://github.com/jckimble/lighttower
codeship dbus notifications
Last synced: about 1 month ago
JSON representation
Dbus Notifications for Codeship
- Host: GitHub
- URL: https://github.com/jckimble/lighttower
- Owner: jckimble
- Created: 2017-08-31T23:52:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T00:18:50.000Z (over 7 years ago)
- Last Synced: 2024-11-25T00:32:29.249Z (about 2 months ago)
- Topics: codeship, dbus, notifications
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Light Tower
============Tool to watch codeship builds and send dbus notifications
Note
----
LightTower will not be v1 until codeship's v2 api is finalized, expect rapid version changes up to that time, until then all feature request will be considered so don't be afraid to ask or contribute.Installation
------------
```
go get github.com/jckimble/lighttower
cd lighttower
go build -o lighttower main.go
```Usage
-----
```
lighttower create -u [username] -p [password]
lighttower watch
```Config (~/.lighttower.yaml)
-------
```
auth: (basic auth string)
SuccessImage: (can be image path or dbus image)
SuccessMessage: (message you want echoed on successful build)
SuccessSound: (can be sound path or dbus sound)
ErrorImage: (can be image path or dbus image)
ErrorMessage: (message you want echoed on failed build)
ErrorSound: (can be sound path or dbus sound)
```License
-------
[GPLv3][gpl3.0][gpl3.0]: https://www.gnu.org/licenses/gpl-3.0.txt
Contributing
------------
Please follow the [Open Code of Conduct][code-of-conduct].[code-of-conduct]: http://todogroup.org/opencodeofconduct
To make sure your pull request will be accepted, please open an issue in the issue tracker before starting work where we can talk to make sure a feature or bug fix is done right.