notify_push
notify_push copied to clipboard
Update notifications for nextcloud clients
Hi there, Unfortunately having an issue with the notify_push container, and haven't been able to work out why. I have NextCloud AIO upgraded to version 28, all is working except...
I'm trying to use the notify_push image with my Nextcloud docker instance running on MariaDB. But when I set `DATABASE_URL` as using MariaDB, I just get an error about an...
I compile notify_push from this repo. Normally it works fine but unfortunately it crashes sometimes. In the core I found this error: ``` 027089b0 49 6e 76 61 6c 69...
Hello, Sadly, I did not succeed in starting notify_push automatically at boot time systemd log: ``` Nov 12 19:57:49 obfuscated systemd[1]: Started notify_push.service - Push daemon for Nextcloud clients. Nov...
Fixes #354.
When running `cargo test` with a recent cargo (1.75.0) there's a warning printed: ``` warning: notify_push v0.1.0 (/home/max/code/nextcloud/notify_push) ignoring invalid dependency `test_client` which is missing a lib target ```
fixes #127 Signed-off-by: Robin Appelman
Hello, I made a mistake in my configuration and let a `dbindex` setting for the redis config, but as I am using a Redis cluster, there is no multiple databases...
Hello 👋🏼 When did the to docker build stop, as I have not seen a 0.6.5 tag yet (https://hub.docker.com/r/icewind1991/notify_push) Could they be restarted as part of the release process please?
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...