From b830411e0de59e4d4d09554fd0b74f8a989de079 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:03:43 -0400 Subject: [PATCH] Updated Notify_nextcloud (markdown) --- Notify_nextcloud.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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