mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 10:21:51 +01:00
Updated Notify_nextcloud (markdown)
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user