mirror of https://github.com/SeanOMik/znc-push.git
Document the usage of URL basic authentication options
This commit is contained in:
parent
14f0012b12
commit
5b960484eb
11
README.md
11
README.md
|
@ -236,12 +236,18 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
|
|||
|
||||
This option must be set when using Boxcar or Pushover.
|
||||
|
||||
When using the custom URL service, if this option is set it will be used as username
|
||||
for HTTP basic authentication.
|
||||
|
||||
* `secret = ""`
|
||||
|
||||
Authentication token for push notifications.
|
||||
|
||||
This option must be set when using Notify My Android, Pushover, Prowl, Supertoasty or PushBullet.
|
||||
|
||||
When using the custom URL service, if this option is set it will be used as password
|
||||
for HTTP basic authentication.
|
||||
|
||||
* `target = ""`
|
||||
|
||||
Device or target name for push notifications.
|
||||
|
@ -280,6 +286,11 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
|
|||
local scheme to access a mobile application. Keyword expansion is performed on this
|
||||
value.
|
||||
|
||||
* `message_uri_post = "no"`
|
||||
|
||||
When using the custom URL service, this option allows you to specify whether to use the
|
||||
POST method instead of GET.
|
||||
|
||||
* `message_uri_title` = ""`
|
||||
|
||||
If you're using Pushover.net, you can specify a title for the `message_uri` option.
|
||||
|
|
Loading…
Reference in New Issue