Set of scripts for simple user notifications and translations of various notifications.
Notifier is a script that should be run right after the updater.sh script.
It will check notification queue stored in a folder in /tmp
and try to send every message to the recipient set in /etc/config/user_notfication
file.
To create and send immediately a notification use:
create_notification -t -s news 'This is a testing notification. Please ignore me.'
You can receive notifications to email or use a push service ntfy for Android and iOS.
See Notifications in reForis for a user guide.