Sign inSign up

ich777/gotify-on-start

By ich777

Updated 10 months ago

Image
0

10K+

ich777/gotify-on-start repository overview

Basic Gotify 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
GOTIFY_URLGotify Server URL (with trailing slash '/')https://push.example.net/
GOTIFY_USER_TOKENGotify User TokenYOURSECRETUSERTOKEN
GOTIFY_TITLECustomized Gotify Message TitleStartup Complete
GOTIFY_MESSAGECustomized Gotify MessageServer is now Online!
GOTIFY_PRIORITYCustomize the Gotify Priority ('0': Low Priority ; '5': Normal Priority ; '9': High Priority)5

Run example

docker run --name GotifyOnStart -d \
    --env 'GOTIFY_URL=YOURGOTIFYURL' \
    --env 'GOTIFY_USER_TOKEN=YOURSECRETUSERTOKEN' \
    --env 'GOTIFY_TITLE=Startup Complete' \
    --env 'GOTIFY_MESSAGE=Server is now Online!' \
    --env 'GOTIFY_PRIORITY=5' \
    ich777/gotify-on-start
Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Tag summary

Content type

Image

Digest

sha256:a6ac96046

Size

38.5 MB

Last updated

10 months ago

docker pull ich777/gotify-on-start