Wer viele Dienste selbst hostet und informiert sein will, profitiert vom Benachrichtigungstool ntfy, das Nachrichten gesammelt per Push ans Smartphone sendet. #Software
Wer viele Dienste selbst hostet und informiert sein will, profitiert vom Benachrichtigungstool ntfy, das Nachrichten gesammelt per Push ans Smartphone sendet. #Software
AFAIK It is in fact impossible to send notifications to iOS without using APNs. iOS does not allow background services so you can't even poll on regular intervals, and sending notifications have to go through APNs. Hence the awkward ntfy trigger thing. See blog.ntfy.sh/2023/12/06/1...