Update notifications for nextcloud clients
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.
Update notifications are provided on a "best effort" basis, updates might happen without a notification being send and a
notification can be send even if no update has actually happened. Clients are advised to still perform periodic checks
for updates on their own, although these can be run on a much lower frequency.
- Links to home:darix:apps / nextcloud-notify-push
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout isv:infrarun:nextcloud:production/nextcloud-notify-push && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000131 131 Bytes | |
_link | 0000000123 123 Bytes | |
_service | 0000000135 135 Bytes | |
cargo_config | 0000000100 100 Bytes | |
fix_binary_path.patch | 0000000457 457 Bytes | |
nextcloud-notify-push.changes | 0000002560 2.5 KB | |
nextcloud-notify-push.service | 0000000248 248 Bytes | |
nextcloud-notify-push.spec | 0000004427 4.32 KB | |
notify_push-0.5.0.tar.gz | 0000098149 95.8 KB | |
series | 0000000022 22 Bytes | |
vendor.tar.xz | 0027457756 26.2 MB |
Comments 0