notify_push
notify_push copied to clipboard
Update notifications for nextcloud clients
I think using a unix socket should be the default for notify_push, as it is both more efficient (which is what notify_push is about) and more secure (as access can...
Sometimes, i can't find the root cause, i get this in the `syslog` after several days of normal running: > ERROR [notify_push] src/lib.rs:154: Failed to load storage mapping from database:...
Hi, would it be possible to set up this service if Nextcloud is running in a Docker container? I am running Nextcloud in the [linuxserver.io](https://hub.docker.com/r/linuxserver/nextcloud) container, which has `crontab` and...
Hi, I have nc running on alternative ports because port 80/443 aren't avaliable; nc.domain:4443 - nc.domain.4444 I'm trying to make notify_push to work and i need some help. Already tried...
I've been trying to set up the notify_push daemon using a reverse proxy on another machine. The internal network is IPv6 only (as we're living in 2021). Unfortunately, the daemon...
Ubuntu 20.04 LTS, NC21.0.1 / notify_push 1.7 ************************************************************************************************************************** $ sudo -u www-data /var/www/nextcloud/occ notify_push:self-test **✓ redis is configured ✓ push server is receiving redis messages ✓ push server can load...
i'm making a port for notify_push rust binary on OpenBSD/amd64, and when installing the nextcloud app, apparently its install procedure tries running the binary (which is only shipped for linux...
Could you please add to the package a build for 32-bit Debian (i686). I really don't want to have to install Rust & re-build this app every time there is...
After installing the push capabilities, it would be good to have instructions how to verify that the nextcloud desktop client is indeed using the new client push mechanism.
First and foremost, thanks for having created this project! It's greatly helping our instance's runtime. I'd like to focus on a particularly nasty side-effect of the reaction to a notification,...