notify_push icon indicating copy to clipboard operation
notify_push copied to clipboard

Update notifications for nextcloud clients

Results 123 notify_push issues
Sort by recently updated
recently updated
newest added

`journalctl` is full of messages like these: ``` WARN [notify_push::connection] src/connection.rs:54: Invalid authentication message WARN [notify_push::connection] src/connection.rs:54: Socket error during authentication WARN [notify_push::connection] src/connection.rs:139: websocket error: IO error: Broken pipe...

``` An unhandled exception has been thrown: ArgumentCountError: Too few arguments to function OCA\NotifyPush\Migration\Install::__construct(), 0 passed in /lib/private/Repair.php on line 134 and exactly 1 expected in /apps/notify_push/lib/Migration/Install.php:33 Stack trace: #0...

| Backtrace omitted. notify_push | Run with RUST_BACKTRACE=1 environment variable to display it. notify_push | Run with RUST_BACKTRACE=full to include source snippets. notify_push | Error: notify_push | 0: Failed to...

It would be great if while proxying, only routing by path would need to be applied. Adding base path to notify_push would solve that. Why? For example: https://serverfault.com/a/336784 Example: add...

enhancement

I just tried to install notify_push on my server. Server info: Ubuntu 21.04 running in KVM on an AMD Epyc server Plesk 18.0.36 Nginx Reverse Proxy Apache Webserver PHP 8.0.7...

question

Would it be possible to provide tagged docker images for each release? I am currently using the https://hub.docker.com/r/icewind1991/notify_push/ Docker Hub repo, I have been wondering since the project has been...

question

``` x86_64$ LOG=DEBUG ./notify_push -- config.php [2021-05-24 15:26:03.946631 +02:00] DEBUG [rustls::client::hs] /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.19.0/src/client/hs.rs:89: No cached session for DNSNameRef("localhost") [2021-05-24 15:26:03.946674 +02:00] DEBUG [rustls::client::hs] /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.19.0/src/client/hs.rs:211: Not resuming any session Error: 0: Failed...

question

I have setup (perhaps correct) the notify_push service. The clients are (seemingly) not recieving the 'notification'. However the test_client bails (instantly) with a timeout... ``` Found push server at wss://nextcloud.beetjevreemd.nl/push/ws...

bug

After setting up notify_push, I miss the option of an easy way to figure out if everything works. I figured it out with the help of the Nextcloud Forum (https://help.nextcloud.com/t/how-to-verify-notify-push-works-correctly/116685/5)...

enhancement

These days we were having a high server load and we couldn't really understand why. After looking at the `nginx` access logs, we've found thousands and thousansds (even in the...

bug