notify_push
notify_push copied to clipboard
Update notifications for nextcloud clients
The setup wizard suggests to refer to the manual setup for more complex setups: `If your setup is more complex or involves any kind of load balancing you should follow...
**Nextcloud Server:** Nextcloud version (eg, 20.0.5): 21 Operating system and version (eg, Ubuntu 20.04): Raspbian GNU/Linux 10 (buster) Apache or nginx version (eg, Apache 2.4.25): nginx/1.14.2 PHP version (eg, 7.4):...
I am not an expert, but I thought x86_64 binaries are amd64 compatible, aren't they? `🗴 your system architecture(amd64) is not supported by the bundled binaries.`
Hi, I have setup all correctly, but I get: `push server is not a trusted proxy, please add '172.22.1.1' to the list of trusted proxies or configure any existing reverse...
I cannot build the Dockerfile for `arm64v8`, because the build image [ekidd/rust-musl-builder](https://hub.docker.com/r/ekidd/rust-musl-builder) is only available for `amd64`, which results in the error ```sh Step 2/12 : COPY Cargo.toml Cargo.lock ./...
**Steps to reproduce:** - Change your Nextcloud user password to one that includes the backwards slash (`\`) - Change the `config.php` file to use the password, properly escaping the backwards...
`occ upgrade` stopped at notify_push app because: ``` Update app notify_push from App Store An unhandled exception has been thrown: TypeError: OC_App::checkAppDependencies(): Argument #3 ($info) must be of type array,...
Hello, With your minimal example of Systemd service (https://github.com/nextcloud/notify_push), it failed to start at boot on my host, as needed dependencies where not started. Example: ```log Aug 20 10:07:55 myserver...
I have `dbhost` set to `127.0.0.1` in my nextcloud config it refuses to start, when setting `dbhost` to `localhost` it works without a problem The reddis part of the configuration...