No description
Find a file
2023-06-14 13:07:18 +02:00
.gitignore add concourse pipeline to build docker container 2023-05-26 20:30:10 +02:00
check improve dummy check and in scripts 2023-05-26 23:20:20 +02:00
Dockerfile fix location of files in dockerfile 2023-05-26 20:27:35 +02:00
example.json put apprise key in source 2023-05-26 23:36:06 +02:00
in improve dummy check and in scripts 2023-05-26 23:20:20 +02:00
out put apprise key in source 2023-05-26 23:36:06 +02:00
pipeline.yml add concourse pipeline to build docker container 2023-05-26 20:30:10 +02:00
README.md Add readme 2023-06-14 13:07:18 +02:00

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.pim.kunis.nl/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.