This mod adds a service to start the notify-push binary.
- Redis configured in your config.php
-
Add
DOCKER_MODS=linuxserver/mods:nextcloud-notify-push
to your env. -
Make sure that Redis is already configured with Nextcloud.
-
notify_push should be running and
**** Starting notify-push ****
appear in the log. Also check for errors.
The reverse proxy of the notify_push
service at subfolder /push
is handled within the Nextcloud container's Nginx site conf. Make sure you are on the latest version. If not sure, make sure your Nextcloud container is up to date, then you can delete the existing site conf at /config/nginx/site-confs/default.conf
and restart the container. A new conf with the reverse proxy support will be created.
-
Read the section about the Test client. Create an app password and connect to your server
test_client https://cloud.example.com username password
-
Run
occ notify_push:metrics
. Step 1 can be skipped if real clients are already connected.root@1d0f9bf7fff9:/# occ notify_push:metrics Active connection count: 2 Active user count: 1 Total connection count: 5 Total database query count: 1 Events received: 13 Messages sent: 3