From 11f25f87e74531632838387770340c4b42265c53 Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 19 Apr 2024 18:30:52 +0100 Subject: [PATCH] Update docs --- docs/configuration.md | 9 +++++---- docs/feeds.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index b1f9a9f3..5e451b81 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -32,10 +32,11 @@ To send push notifications, a notification service is required. Vigilant support To use Gotify, a URL and application token must be given. -| Name | Description | -| ------------------------------------ | -------------------------- | -| `VIGILANT_NOTIFICATION_GOTIFY_URL` | URL used to access Gotify. | -| `VIGILANT_NOTIFICATION_GOTIFY_TOKEN` | Gotify application token. | +| Name | Description | +| --------------------------------------- | --------------------------------------- | +| `VIGILANT_NOTIFICATION_GOTIFY_URL` | URL used to access Gotify. | +| `VIGILANT_NOTIFICATION_GOTIFY_TOKEN` | Gotify application token. | +| `VIGILANT_NOTIFICATION_GOTIFY_PRIORITY` | Gotify message priority. Defaults to 4. | ### Ntfy diff --git a/docs/feeds.md b/docs/feeds.md index 0a002f63..719c271b 100644 --- a/docs/feeds.md +++ b/docs/feeds.md @@ -26,7 +26,7 @@ feeds: | `url` | **Yes** | Feed URL | | `interval` | **Yes** | Interval between feed checks in seconds. Minimum value is `300` (5 minutes). | | `gotify_token` | No | Gotify application token. Overrides token set with an environment variable. | -| `gotify_priority` | No | Gotify message priority. | +| `gotify_priority` | No | Gotify message priority. Overrides default value and/or environment variable. | | `ntfy_topic` | No | Ntfy topic. Overrides topic set with an environment variable. | | `ntfy_token` | No | Ntfy access token. Overrides token set with an environment variable. | | `ntfy_priority` | No | Ntfy message priority. Overrides default value and/or environment variable. |