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).
| Name | Value | Example |
|---|---|---|
| PUSHOVER_APP_TOKEN | Pushover APP Token | "YOURSECRETAPPTOKEN" |
| PUSHOVER_USER_TOKEN | Pushover User Token | "YOURSECRETUSERTOKEN" |
| PUSHOVER_TITLE | Customized Pushover Message Title | Startup Complete |
| PUSHOVER_MESSAGE | Customized Pushover Message | Server is now Online! |
| PUSHOVER_PRIORITY | Customize the Pushover Priority ('-2': Lowest priority | '-1': Low Priority |
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
Content type
Image
Digest
sha256:98662edb2…
Size
38.5 MB
Last updated
10 months ago
docker pull ich777/pushover-on-start