mirror of https://github.com/caronc/apprise
Updated Notify_gotify (markdown)
parent
cc10a9f826
commit
2fa7e094a8
|
@ -18,7 +18,7 @@ Secure connections (via https) should be referenced using **gotifys://** where a
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| hostname | Yes | The Rocket.Chat server you're sending your notification to.
|
| hostname | Yes | The Gotify server you're sending your notification to.
|
||||||
| token | Yes | The Application Token you generated on your Gotify Server
|
| token | Yes | The Application Token you generated on your Gotify Server
|
||||||
| port | No | The port the Gotify server is listening on. By default the port is **80** for **gotify://** and **443** for all **gotifys://** references.
|
| port | No | The port the Gotify server is listening on. By default the port is **80** for **gotify://** and **443** for all **gotifys://** references.
|
||||||
| path | No | For those that host their Gotify server on a hostname that requires you to specify an additional path prefix may just include this as part of their URL string (the default is '**/**'). What is important here is the final entry of your URL must still be the _token_.
|
| path | No | For those that host their Gotify server on a hostname that requires you to specify an additional path prefix may just include this as part of their URL string (the default is '**/**'). What is important here is the final entry of your URL must still be the _token_.
|
||||||
|
|
Loading…
Reference in New Issue