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
trafficstars

By using `ENTRYPOINT` for the default command, it is possible to extend the command with arguments by using `CMD` in a custom Dockerfile. As the command itself doesn't need to...

Currently, the distributed binary is 22MB, not stripped. Could you strip it? Having debug info could be nice, but I prefer not to have it on production.

enhancement

### config.php ``` .. 'memcached_servers' => [ ['127.0.0.1', 11211], ], 'memcached_options' => [ \Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY, ], ... ``` ### error ``` Nov 12 20:37:49 nbg1-ceph notify_push[1054841]: Error: Nov 12...

bug

hello, I'm trying to get push_notify working but I'm not getting anywhere. The nextcloud instance resides on the machine A while the mysql DB is on another machine, the communication...

``` [error] 368292#368292: *611 connect() failed (111: Connection refused) while connecting to upstream, client: 109.43.49.225, server: server, request: "GET /push/ws HTTP/1.1", upstream: "http://127.0.0.1:7867/ws", host: "host" [warn] 368292#368292: *611 upstream server...

Server: Nextcloud 21.0.2 Ubuntu 18.04 PHP 7.4 MariaDB 10.5.10 Redis Server 4.0.9 Desktop: Nextcloud Client 3.2.1 (Linux,Mac,Windows) I configured notifiy_push, followed these instrucions https://github.com/nextcloud/notify_push/blob/main/README.md. All checks by nextcloud passed! `#...

Hello.. I just want to ask why do I have this error? ``` root@server # occ notify_push:setup https://cloud.my-domain.moe/push ✓ redis is configured 🗴 can't connect to push server: cURL error...

Using version 0.2.4 and nextcloud 22.2.0. Debian 11 64bit with a 3900x and MySQL with redis. ``` [Unit] Description = Push daemon for Nextcloud clients [Service] Environment=PORT=7867 Environment=NEXTCLOUD_URL=https://cloud.url.com ExecStart=/var/www/nextcloud/apps/notify_push/bin/x86_64/notify_push /var/www/nextcloud/config/config.php...

question

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

question

I followed the manual setup guide and received the following error: ``` $ sudo -u www-data php /var/www/nextcloud/occ notify_push:setup https://hidden.domain/push ✓ redis is configured ✓ push server is receiving redis...