From 2fa7e094a8cc7f5a9fec84fd3d16d291c2de39ea Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 7 Jun 2024 18:25:13 -0400 Subject: [PATCH] Updated Notify_gotify (markdown) --- Notify_gotify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_gotify.md b/Notify_gotify.md index 8c6ea67..57e3224 100644 --- a/Notify_gotify.md +++ b/Notify_gotify.md @@ -18,7 +18,7 @@ Secure connections (via https) should be referenced using **gotifys://** where a ### Parameter Breakdown | 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 | 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_.