No description
.gitignore | ||
check | ||
deploy.md | ||
Dockerfile | ||
example.json | ||
in | ||
labels | ||
out | ||
pipeline.yml | ||
README.md |
concourse-apprise-notifier
Concourse resource type to send Apprise notifications. Code based on github.com/mockersf/concourse-slack-notifier. Currently, only the persistent storage solution is supported (because that's what I use).
Installing
Add the following to our Concourse pipeline:
resource_types:
- name: apprise
type: registry-image
source:
repository: git.kun.is/pim/concourse-apprise-notifier
Source Configuration
host
: Required. Base Apprise host URL.key
: Required. Notification key.
Behaviour
check
: No operation.
in
: No operation.
out
: Send a message via Apprise.
Parameters
Check the official Apprise documation for more information.
body
: Required. The body of the notification.title
: The title of the notification.type
: The type of the notification.tag
: The tags of the notification.format
: The format of the notification.