- Supports sending RSS feed update notifications via Ntfy
- Can be used with TT-RSS filters to control notifications
-
Clone this plugin to the TT-RSS plugin directory:
cd /path/to/tt-rss/plugins git clone https://github.com/resticDOG/tt-rss-plugin-ntfy.git ntfy
-
Enable the plugin in the TT-RSS admin interface:
- Go to Preferences -> Plugins
- Find "Ntfy"
- Click Enable
- Configure the following parameters in the plugin settings:
- Ntfy server address (e.g., https://ntfy.sh)
- Notification topic (Topic)
- Token
Enable the plugin on the feed edit page to push notifications when the feed updates.
Create a filter and select Invoke plugin: Ntfy: Send Notification in the actions.
If you encounter issues, check:
- Whether the PHP curl extension is installed
- If the Ntfy server address is correct
- TT-RSS logs for related error messages
Pull Requests and Issues are welcome!
For questions or suggestions, please contact via:
- Submit an Issue
- Pull Requests