mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated Notify_gotify (markdown)
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user