Christoph
Christoph
I vote for only adding the push location to the nginx config because there is an official HPB image already. https://github.com/nextcloud/notify_push/blob/main/Dockerfile https://hub.docker.com/r/icewind1991/notify_push So we could use it the same way...
Yes, on the one hand you are right. It adds more complexity to the docker setup. On the other hand the complexity is not added to this image. Additionally the...
> @hathagat do you wonna share your docker compose config with us? Sure! ```yaml # https://github.com/instrumentisto/coturn-docker-image coturn: image: instrumentisto/coturn:latest container_name: nextcloud-turn networks: - frontends ports: - "3478:3478" - "3478:3478/udp" -...
Hi, thanks for your suggestion! I tried that already. No UI for me. However, I don't think any UI is available at this point of installation anyway.
Same here! Notifications ar not working at all. Etar 1.0.34 current Android 13 Pixel 7 The apk provided by @woheller69 did the trick! Thanks a lot!