Skip to content

linuxserver/docker-mods

 
 

Repository files navigation

nextcloud-notify-push - Docker mod for Nextcloud

This mod adds a service to start the notify-push binary.

Requirements

  • Redis configured in your config.php

Setup

  1. Add DOCKER_MODS=linuxserver/mods:nextcloud-notify-push to your env.

  2. Make sure that Redis is already configured with Nextcloud.

  3. notify_push should be running and **** Starting notify-push **** appear in the log. Also check for errors.

Reverse Proxy

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.

Validation

  1. Read the section about the Test client. Create an app password and connect to your server

    test_client https://cloud.example.com username password
  2. 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

About

Documentation and Examples of base container modifications

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages