diff --git a/Notify_gotify.md b/Notify_gotify.md index 545db44..a61d747 100644 --- a/Notify_gotify.md +++ b/Notify_gotify.md @@ -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 ```