How to set up Push Notifications for Nextcloud?
Push Noticiations for Nextcloud attempts to solve the issue where Nextcloud clients have to periodically check the server if any files have been changed, new activities were created, or a notification was created/processed/dismissed, which increases the load on the server. By providing a way for the server to send update notifications to the clients, the need for the clients to make these checks can be greatly reduced, which reduces the load on the server and delivers notifications to the clients in some cases faster.
Here is how to install it.
Preparations
- If you are on Nextcloud 20, update to Nextcloud 21 if not already done by following these instructions: click here
Installation
- Run over CLI:
sudo bash /var/scripts/menu.sh
- Choose
Additional Apps
->Notify Push
- Choose to install
Notify Push
- Wait until everything is installed and configured and it reports that it was successfully installed
Now you will be able to use Push Notifications inside your Nextcloud!