No push notifications
Describe the bug I am not receiving push notifications, i can see them only if open the app or refresh the "page"
Expected behavior Receive push notifications
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: iPhone 12 Mini
- OS: iOS 18.4
- Version of Container 2.6.1
- Version of iGotify 1.3.2.0
Additional context I am exposing both gotify and igotify behind cloudflare tunnel, and this is the docker compose:
services: gotify: image: gotify/server:2.6.1 container_name: gotify restart: always ports: - 8080:80 environment: - TZ="Europe/Rome" - GOTIFY_SERVER_KEEPALIVEPERIODSECONDS=0 - GOTIFY_DATABASE_DIALECT=sqlite3 - GOTIFY_DATABASE_CONNECTION=data/gotify.db - GOTIFY_SERVER_STREAM_PINGPERIODSECONDS=45 - GOTIFY_DEFAULTUSER_NAME=username - GOTIFY_DEFAULTUSER_PASS=admin - GOTIFY_PASSSTRENGTH=12 - GOTIFY_UPLOADEDIMAGESDIR=data/images - GOTIFY_PLUGINSDIR=data/plugins - GOTIFY_REGISTRATION=false volumes: - "/opt/gotify/data:/app/data" igotify: container_name: igotify hostname: igotify image: ghcr.io/androidseb25/igotify-notification-assist:latest restart: unless-stopped security_opt: - no-new-privileges:true pull_policy: always ports: - "8681:8080" volumes: - "/opt/gotify/api-data:/app/data" environment: SECNTFY_TOKENS: 'NTFY-DEVICE-XXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #derived from ios app GOTIFY_URLS: 'http://gotify' GOTIFY_CLIENT_TOKENS: 'something' #derived from ios app
I think Cloudflare is blocking something. In issue #147 is the same problem
And #105
inactive since more then one month