This plugin provides the ability to send flexget notifications via the cross-platform notification system called ntfy.sh.
Option | Type | Description | Default |
---|---|---|---|
topic | text | Specify the topic to publish to. Required | |
url | URL | ntfy.sh server. Can be set for selfhosted server. | ntfy.sh |
priority | integer | Set priority of notification. | 3 |
delay | text | Delay in seconds before sending notification | |
tags | text | Comma separated list of tags to add to message | |
username | text | Username if authentication is required | |
password | text | Password if authentication is required |
Examples show a specifc scenario usage of the notify plugin. See its wiki for a more detailed usage exaplantion.
notify:
entries:
via:
- ntfysh:
topic: "topic"
notify:
entries:
via:
- ntfysh:
topic: "topic"
url: "https://ntfy.domain.com"
priority: 5
delay: 30s
tags: tag1,tag2
username: "ntfy_user"
password: "ntfy_password"
Access tokens can also be used in place of passwords for authentication.
Leave username blank and use the token as the password.
notify:
entries:
via:
- ntfysh:
topic: "topic"
url: "https://ntfy.domain.com"
username: ""
password: "ntfy_token"