Updated Notify_gotify (markdown)

Chris Caron 2020-08-03 10:10:58 -04:00
parent ffd745c044
commit 7c7a141f2d

@ -29,7 +29,7 @@ Send a Gotify message:
```bash
# Assuming our {hostname} is localhost
# Assuming our {token} is abcdefghijklmn
apprise -t "Test Message Title" -b "Test Message Body" \
apprise -vv -t "Test Message Title" -b "Test Message Body" \
gotify://gotify.server.local/abcdefghijklmn
# If your server is being hosted elsewhere and requires you to specify an
@ -37,7 +37,7 @@ apprise -t "Test Message Title" -b "Test Message Body" \
# Assuming our {hostname} is localhost
# Assuming our {token} is abcdefghijklmn
# Assuming our {path} is /my/gotify/path/
apprise -t "Test Message Title" -b "Test Message Body" \
apprise -vv -t "Test Message Title" -b "Test Message Body" \
gotify://gotify.server.local/my/gotify/path/abcdefghijklmn
```