mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
authentication reference added
parent
4ef05313fa
commit
23b8dafdd4
@ -8,8 +8,10 @@
|
||||
Valid syntaxes are as follows:
|
||||
* **kodi**://**{hostname}**
|
||||
* **kodi**://**{hostname}**:**{port}**
|
||||
* **kodi**://**{userid}**:**{password}**@**{hostname}**:**{port}**
|
||||
* **kodis**://**{hostname}**
|
||||
* **kodis**://**{hostname}**:**{port}**
|
||||
* **kodis**://**{userid}**:**{password}**@**{hostname}**:**{port}**
|
||||
|
||||
Secure connections (via https) should be referenced using **kodis://** where as insecure connections (via http) should be referenced via **kodi://**.
|
||||
|
||||
@ -18,6 +20,8 @@ Secure connections (via https) should be referenced using **kodis://** where as
|
||||
| ----------- | -------- | -----------
|
||||
| hostname | Yes | The server Kodi is listening on.
|
||||
| port | No | The port Kodi is listening on. By default the port is **80** for **kodi://** and **443** for all **kodis://** references.
|
||||
| userid | No | The account login to your KODI server.
|
||||
| password | No | The password associated with your KODI Server.
|
||||
|
||||
#### Example
|
||||
Send a Kodi notification to our server listening on port 80:
|
||||
|
Loading…
Reference in New Issue
Block a user