airnotifier
airnotifier copied to clipboard
Push Notifications Server for Human Beings.
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
when building docker image and try to run with external mongo-db, than setting ENVs: MONGO_SERVER=myserver MONGO_PORT=9999 has no effect when 'start.sh' is running on container start and docker run will...
hi Im sending this ``` { "device": "fcm", "token": "dW_4sHefRsaPKZoOxwRkYX:APA91bGpQmGOyRzBVL-N2hM50EK3xxIet-MAY0qKkE2aklhEzcnUdFeNVoUKEqrcsAP9tSCUeoijW9CSywbxo4Nv5E7bkE7O0S_SaNQLdNSd4NoEyarZKOvQATwvlbCncIZfBI4C9W4Z", "alert":{ "title": "Test", "body": "test hc" }, "custom":{ "tag": "Test" } } ``` but in server log ``` [I 210627...
Hi, I am not able to send broadcast notification to my app from airnotifier portal. push notifications are also working only in background , if app is in foreground, it...
This PR fixes #221 . FCMClient is initialized even if FCM is not configured, and subsequent initialization of APNSClient will be skipped. Therefore, I modified that FCMClient is not initialized...
Install AirNotifier v3.0 Have tried on Ubuntu twice and CentOs7 once (same issues on all 3 servers). Restart AirNotifier Make test call (using push service to send APNs). Log print...
Hi, I setup lasted version on my vps, when i send notification it is being received in notification tray along with title, and alert sound. but only if the app...
:question: Question AirNotifier 2.x Hi there. I'm getting an error when using the push API. The message is still pushed and arrives at the destination, but the API Response is...
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...
Hi , I install airnotifier 3.x and it's running successfully http://157.175.40.83:8801/ but when I trying to login using username: admin@airnotifier and password: admin is not Succesful. where can I find...