ntfy in a lxc works except for iOS devices

daves_nt_here

Member
Dec 27, 2021
13
2
6
50
Anyone running ntfy (A self hosted push notification app)
Can't seem to get iOS to automatically receive push notifications. Manually pulling down to update works.
Yes, I have added the [upstream-base-url: "https://ntfy.sh"] and added my base-url

Does the container need to be privileged?
 
I'm a bit lite to find this thread, did you ever solve it? Otherwise it has to do with setting upstream server. In order for iOS notifications to work properly you have to use ntfy.sh as upstream because of how it's built with Firebase. I had to set:
YAML:
NTFY_BASE_URL: https://ntfy.domain.io
NTFY_UPSTREAM_BASE_URL: https://ntfy.sh