Is it possible/safe to install Client Push App ?
-
Hello. Short question: I wonder if I can install the Client Push App, as described in https://github.com/nextcloud/notify_push ? Basically, does the setup work when running
sudo -u www-data php -f /app/code/occ notify_push:setup. Thx -
Hello @mononym
You can always create a clone from your latest backup and tinker with the clone.
With that approach you risk nothing and can report findings. -
Hello. Short question: I wonder if I can install the Client Push App, as described in https://github.com/nextcloud/notify_push ? Basically, does the setup work when running
sudo -u www-data php -f /app/code/occ notify_push:setup. Thx@mononym said in Is it possible/safe to install Client Push App ?:
does the setup work when running sudo -u www-data php -f /app/code/occ notify_push:setup
I donโt think this is possible within Cloudron. For
pushto work, you need to create a daemon at/etc/systemd/system/notify_push.serviceand make some changes to Apache or Nginx.
Theocc notify_push:setupcommand assumes that all of this is done on the same server where Nextcloud itself is installed.
However, based on the information from https://github.com/nextcloud/notify_push, it seems that it might be possible to set it up on a separate server โ though exactly how to do that is another question. -
Thanks. I started guessing the same while trimming through the repo. If I'm not mistaken, moving towards Nextcloud All-in-one would integrate this in the NC packge. Meanwhile, good to know that changes on the server are not immediately pushed to the clients.
