Sign inSign up

ich777/pushover-on-start

By ich777

Updated 10 months ago

Image
0

50K+

ich777/pushover-on-start repository overview

Basic Pushover notification when the Container is started in Docker optimized for Unraid

This is a simple container that sends a message when the container is started (needed this for a headless machine to know when I can connect or better speaking start up the VM's with WOL).

Env params

NameValueExample
PUSHOVER_APP_TOKENPushover APP Token"YOURSECRETAPPTOKEN"
PUSHOVER_USER_TOKENPushover User Token"YOURSECRETUSERTOKEN"
PUSHOVER_TITLECustomized Pushover Message TitleStartup Complete
PUSHOVER_MESSAGECustomized Pushover MessageServer is now Online!
PUSHOVER_PRIORITYCustomize the Pushover Priority ('-2': Lowest priority'-1': Low Priority

Run example

docker run --name PushoverOnStart -d \
    --env 'PUSHOVER_APP_TOKEN=YOURSECRETAPPTOKEN' \
    --env 'PUSHOVER_USER_TOKEN=YOURSECRETUSERTOKEN' \
    --env 'PUSHOVER_TITLE=Startup Complete' \
    --env 'PUSHOVER_MESSAGE=Server is now Online!' \
    --env 'PUSHOVER_PRIORITY=0' \
    ich777/pushover-on-start
Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Tag summary

Content type

Image

Digest

sha256:98662edb2

Size

38.5 MB

Last updated

10 months ago

docker pull ich777/pushover-on-start