Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph committed Apr 19, 2024
1 parent 2f0f913 commit 11f25f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

0 comments on commit 11f25f8

Please sign in to comment.