support client push app #59

Open
opened 2026-02-06 19:39:29 +00:00 by fauno · 0 comments
Owner

This app attempts to solve the issue where Nextcloud clients have to periodically check the server if any files have been changed. In order to keep sync snappy, clients wants to check for updates often, which increases the load on the server.

With many clients all checking for updates a large portion of the server load can consist of just these update checks.

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.

it seems to require an external daemon, so probably another container?

$ abra app cmd nube.yanapak.abyaya.la app --  run_occ notify_push:setup
This setup wizard is intended for use on single server instances
where the nextcloud server, web server/reverse proxy and push daemon all run on the same machine.
If your setup is more complex or involves any kind of load balancing
you should follow the manual setup instruction on the README instead
https://github.com/nextcloud/notify_push
Press enter to continue or ESC to cancel...

🗴 your system doesn't seem to be using systemd.
  You can still use the app without systemd by following the manual setup instructions.
  See the steps in the README for manual setup instructions: https://github.com/nextcloud/notify_push
FATA
> This app attempts to solve the issue where Nextcloud clients have to periodically check the server if any files have been changed. In order to keep sync snappy, clients wants to check for updates often, which increases the load on the server. > > With many clients all checking for updates a large portion of the server load can consist of just these update checks. > > 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. it seems to require an external daemon, so probably another container? ``` $ abra app cmd nube.yanapak.abyaya.la app -- run_occ notify_push:setup This setup wizard is intended for use on single server instances where the nextcloud server, web server/reverse proxy and push daemon all run on the same machine. If your setup is more complex or involves any kind of load balancing you should follow the manual setup instruction on the README instead https://github.com/nextcloud/notify_push Press enter to continue or ESC to cancel... 🗴 your system doesn't seem to be using systemd. You can still use the app without systemd by following the manual setup instructions. See the steps in the README for manual setup instructions: https://github.com/nextcloud/notify_push FATA ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#59
No description provided.