Sign inSign up

shellyeah/apprise

By shellyeah

•Updated almost 2 years ago

description

Image
0

261

shellyeah/apprise repository overview

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.

Tag summary

Content type

Image

Digest

sha256:8cf67578f…

Size

21.3 MB

Last updated

almost 2 years ago

docker pull shellyeah/apprise