mirror of https://github.com/caronc/apprise
Updated Notify_gotify (markdown)
parent
ffd745c044
commit
7c7a141f2d
|
@ -29,7 +29,7 @@ Send a Gotify message:
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {hostname} is localhost
|
# Assuming our {hostname} is localhost
|
||||||
# Assuming our {token} is abcdefghijklmn
|
# 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
|
gotify://gotify.server.local/abcdefghijklmn
|
||||||
|
|
||||||
# If your server is being hosted elsewhere and requires you to specify an
|
# 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 {hostname} is localhost
|
||||||
# Assuming our {token} is abcdefghijklmn
|
# Assuming our {token} is abcdefghijklmn
|
||||||
# Assuming our {path} is /my/gotify/path/
|
# 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
|
gotify://gotify.server.local/my/gotify/path/abcdefghijklmn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue