notify_push
notify_push copied to clipboard
Update notifications for nextcloud clients
Speedup
This change speedups notify_push Rust application: * Uses ahash also creating hash for user ID or for storage mapping HashMap * Uses PassthruHasher for already hashed values, like UserId *...
After installling notify-push I did some tests with uploading/deleting some files and experienced that files uploaded via the web interface (Firefox, W10) are not being pushed to other clients. Takes...
`oc notify_push:setup` fails when `trusted_proxies` is not in exactly the same string received in http headers. For instance `x:y:z::e` is treated as different as `x:y:z:0::e`
Hello, I changed the domain but the notify_push still seems to point to the old domain, but I don't know where it gets this information because I already changed the...
**Is your feature request related to a problem? Please describe.** Nextcloud notify_push is great, but it is included for Linux aarch64, armv7 and x86_64 only. FreeBSD is missing, while it...
Hi, Set-up is done and correct according to the setup utility, unfortunately when I test with the test_client program I have an error. Here is my config, followed by the...
``` occ notify_push:setup https://xxxx.com/push ✓ redis is configured ✓ push server is receiving redis messages ✓ push server can load mount info from database ✓ push server can connect to...
when i run `occ integrity:check-app notify_push` i get ``` - EXCEPTION: - class: OC\IntegrityCheck\Exceptions\InvalidSignatureException - message: Signature data not found. ``` doesn't happen to other apps i tried the check...
I have the redis server set up on a system on my network and nextcloud is configured to use it properly. It's been working a long time and through many...
after upgrading caddy to version 2.5, notify_push was broken. After some researches I found [this bug report](https://caddy.community/t/nextcloud-high-performance-backend-notify-push/16476/15) and the solution for the problem. the root cause for the changed configuration...