notify_push
notify_push copied to clipboard
Update notifications for nextcloud clients
Notify push has been installed properly but test client fails to connect. Nextcloud server VM is behind a reverse proxy instance on a separate VM. ``` # occ notify_push:self-test ✓...
Hi I migrated nextcloud database from mariadb to postgresql, and now I noticed that notify_push cannot connect to postgres: ``` notify_push[3164]: Caused by: invalid database configuration: no password set notify_push[3164]:...
The default permissions for the socket file are: ``` ~/:ls -l /run/nextcloud/notify_push srw-rw-rw- 1 nextcloud users 0 Sep 8 07:29 /run/nextcloud/notify_push= ```
Please sign releases with OpenPGP, so they can be easily verified in automated update processes like https://github.com/nextcloud/docker/pull/1466.
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.114 to 1.0.115. Release notes Sourced from serde_json's releases. v1.0.115 Documentation improvements Commits b1ebf38 Release 1.0.115 c3dc153 Merge pull request #1119 from titaniumtraveler/pr 218770b Explicitly install a...
Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency
Signed-off-by: Joas Schilling
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.2. Release notes Sourced from reqwest's releases. v0.12.2 What's Changed Fix missing ALPN when connecting to socks5 proxy with rustls. Fix TLS version limits with...
The Apache documentation could potentially be updated for [Websocket Upgrade (2.4.47 and later)](https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#wsupgrade), also I have found that using [Location](https://httpd.apache.org/docs/2.4/mod/core.html#location) (note the [Overlapping Webspace](https://httpd.apache.org/docs/2.4/sections.html#overlapping-webspace) documentation) seems to work best, for...
It would be great to be able to configure notify_push from files. This would simplify infrastructure as code setups. I understand that this will make it difficult to ensure notify_push...