A simple docker container that allows me to send notifications in build pipelines or wherever. I uses Apprise and expects three environment variables so far:
TITLE: The Notification Title
MESSAGE: The Message
URL: The Apprise Notification "URLs". They can be found here.
Example for Pushover:
docker run --rm -e TITLE='Title' -e MESSAGE='Message' -e URL='pover://[pushover_user_key]@[pushover_app_token]' shellyeah/apprise
Will add things like priority in the future.
Content type
Image
Digest
sha256:8cf67578f…
Size
21.3 MB
Last updated
almost 2 years ago
docker pull shellyeah/apprise