2022-01-10 16:06:06 +00:00
|
|
|
![status-badge](https://ci.t-juice.club/api/badges/torjus/plugin-gotify/status.svg)
|
|
|
|
|
2022-01-10 12:33:06 +00:00
|
|
|
# plugin-gotify
|
|
|
|
|
2022-01-10 12:38:42 +00:00
|
|
|
Plugin for woodpecker to send messages to gotify.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
pipeline:
|
|
|
|
notification:
|
|
|
|
image: registry.t-juice.club/plugin-gotify
|
|
|
|
settings:
|
|
|
|
gotify_url: https://gotify.t-juice.club
|
|
|
|
gotify_token:
|
|
|
|
from_secret: gotify_token
|
|
|
|
title: "Message lol"
|
|
|
|
message: |
|
|
|
|
Notification message body
|
|
|
|
```
|