iGotify-Notification-Assistent icon indicating copy to clipboard operation
iGotify-Notification-Assistent copied to clipboard

No push notifications

Open P4r4n01dB34r opened this issue 11 months ago • 2 comments

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

P4r4n01dB34r avatar Mar 31 '25 21:03 P4r4n01dB34r

I think Cloudflare is blocking something. In issue #147 is the same problem

androidseb25 avatar Apr 01 '25 04:04 androidseb25

And #105

androidseb25 avatar Apr 01 '25 04:04 androidseb25

inactive since more then one month

androidseb25 avatar May 26 '25 13:05 androidseb25