mirror of https://github.com/caronc/apprise
Updated Notify_gotify (markdown)
parent
4d86e16d32
commit
3cdd44294d
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* **gotify**://@**{hostname}**/**{token}**
|
* **gotify**://**{hostname}**/**{token}**
|
||||||
* **gotifys**://@**{hostname}**/**{token}**
|
* **gotifys**://**{hostname}**/**{token}**
|
||||||
* **gotifys**://@**{hostname}**:**{port}**/**{token}**
|
* **gotifys**://**{hostname}**:**{port}**/**{token}**
|
||||||
* **gotifys**://@**{hostname}**/**{token}**/?**priority=high**
|
* **gotifys**://**{hostname}**/**{token}**/?**priority=high**
|
||||||
|
|
||||||
Secure connections (via https) should be referenced using **gotifys://** where as insecure connections (via http) should be referenced via **gotify://**.
|
Secure connections (via https) should be referenced using **gotifys://** where as insecure connections (via http) should be referenced via **gotify://**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue