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 |
|---|---|---|
| GOTIFY_URL | Gotify Server URL (with trailing slash '/') | https://push.example.net/ |
| GOTIFY_USER_TOKEN | Gotify User Token | YOURSECRETUSERTOKEN |
| GOTIFY_TITLE | Customized Gotify Message Title | Startup Complete |
| GOTIFY_MESSAGE | Customized Gotify Message | Server is now Online! |
| GOTIFY_PRIORITY | Customize the Gotify Priority ('0': Low Priority ; '5': Normal Priority ; '9': High Priority) | 5 |
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
Content type
Image
Digest
sha256:a6ac96046…
Size
38.5 MB
Last updated
10 months ago
docker pull ich777/gotify-on-start