Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ntfy priority environment variable #158

Merged
merged 4 commits into from
Apr 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update configuration.md
  • Loading branch information
VerifiedJoseph committed Apr 19, 2024
commit 8dbd56d4db53ebdcfd5de068998d00f4876f8838
9 changes: 5 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ To use Gotify, a URL and application token must be given.

To use Ntfy, a URL and topic must be given, all other environment variable are optional.

| Name | Description |
| ------------------------------------ | ---------------------- |
| `VIGILANT_NOTIFICATION_NTFY_URL` | URL used to access Ntfy. |
| `VIGILANT_NOTIFICATION_NTFY_TOPIC` | Ntfy topic. |
| Name | Description |
| ------------------------------------- | --------------------------------------------------------------------------------------- |
| `VIGILANT_NOTIFICATION_NTFY_URL` | URL used to access Ntfy. |
| `VIGILANT_NOTIFICATION_NTFY_TOPIC` | Ntfy topic. |
| `VIGILANT_NOTIFICATION_NTFY_PRIORITY` | Ntfy [message priority](https://docs.ntfy.sh/publish/#message-priority). Defaults to 3. |

Vigilant can be used a with ntfy server that has password or [access token](https://docs.ntfy.sh/config/#access-tokens) authentication enabled.

Expand Down