Receive instant push notification for new articles on your Tiny Tiny RSS instance.
- Which articles get pushed are entirely configurable.
- Click to open the article, and it will mark it as read on Tiny Tiny RSS.
I have not tested all of them, but it should work for:
- Chrome 50+
- Firefox
- Microsoft Edge 17+
IE and Safari are explicitly not supported. Other Chromium/Blink-based browsers might support it.
We recommend PHP 7+, while PHP 5.6 might still work. You need the following dependencies, in addition to what Tiny Tiny RSS already requires:
- curl
- openssl
- gmp
The module works only with MySQL/MariaDB database. It does not work with the default PostgreSQL database.
- Ensure you have all the runtime requirements stated above. If not, install them.
- Download the latest release here (release.zip)
- Go to Tiny Tiny RSS plugins.local folder, create folder named
pusher
and extract into it yourrelease.zip
- It is a system plugin, therefore you need to turn it on in the config.php file. The plugin's name is
pusher
(plugin files must be in the folder with this exactly name) - In user preference, create a filter that triggers this plugin to send push notifications
- In order to display HTTP images, you need to turn on
af_proxy_http
plugin
In order to build the project, you need:
- PHP 7+
- NodeJS LTS
- Yarn
Licensed under MIT.