diff --git a/Notify_nextcloud.md b/Notify_nextcloud.md index 2b1f7ac..6a59374 100644 --- a/Notify_nextcloud.md +++ b/Notify_nextcloud.md @@ -54,7 +54,8 @@ Some users may require special HTTP headers to be present when they post their d # Assuming our {admin_user} is admin # Assuming our (admin) {password} is 12345-67890-12345-67890-12345: # We want to notify arnold -apprise ncloud://admin:12345-67890-12345-67890-12345@localhost/arnold?-X-Token=abcdefg +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + ncloud://admin:12345-67890-12345-67890-12345@localhost/arnold?-X-Token=abcdefg # Multiple headers just require more entries defined with a hyphen in front: # Below would set the headers: @@ -65,5 +66,6 @@ apprise ncloud://admin:12345-67890-12345-67890-12345@localhost/arnold?-X-Token=a # Assuming our {admin_user} is admin # Assuming our (admin) {password} is secret: # We want to notify arnold -apprise ncloud://admin:12345-67890-12345-67890-12345@localhost/arnold?-X-Token=abcdefg&-X-Apprise=is%20great +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + ncloud://admin:12345-67890-12345-67890-12345@localhost/arnold?-X-Token=abcdefg&-X-Apprise=is%20great ``` \ No newline at end of file