Updated Notify_nextcloud (markdown)

Chris Caron 2020-08-03 10:03:43 -04:00
parent 51f32282a9
commit b830411e0d

@ -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
```