MongoosePush
MongoosePush copied to clipboard
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Can I remove certificate options from prod.exs to disable httpS.
APNS Silent notification fix 1. Added "apns-push-type" header with value "background" as this is mandatory for iOS 13+ 2. This fixes #105
I have no log at this point, just want to put this issue in first. Seems after a while mongoosepush starts to out put TooManyProviderTokenUpdates. And push to ios is...
Hi all, This is just a question. Is it possible, via config files or something similar, to change the title of not-silent notifications? Because the title is the userJID by...
when i run docker run -h mongoosepush -p 8443:8443 -v `pwd`/priv:/opt/app/priv -e PUSH_HTTPS_CERTFILE="/opt/app/priv/ssl/rest_cert.pem" -e PUSH_HTTPS_KEYFILE="/opt/app/priv/ssl/rest_key.pem" -e PUSH_APNS_ENABLED=0 -it --rm mongooseim/mongoose-push:latest and run docker cp mongoosepush:/opt/app/var/sys.config sys.config i have this error...
when run docker image: docker run -h mongoosepush -p 8443:8443 -v `pwd`/priv:/opt/app/priv -e PUSH_HTTPS_CERTFILE="/opt/app/priv/ssl/rest_cert.pem" -e PUSH_HTTPS_KEYFILE="/opt/app/priv/ssl/rest_key.pem" -e PUSH_APNS_ENABLED=0 -it --rm mongooseim/mongoose-push:latest i have this error: , ...]]","what":"h2_connection_start","when":"2020-10-28T09:29:23.283"} {"application":"sparrow","at":"Elixir.Sparrow.H2Worker.try_start_conn/3:568","domain":"fcm.googleapis.com","file":"lib/sparrow/h2_worker.ex","next_try_in":"5000","pid":"#PID","port":443,"reason":":nxdomain","severity":"warn","status":"error","text":"Failed to start...
It looks like the there's a discrepancy with how data payloads are handled between APNS abd FCM: On 1.x using old FCM API I had no issues here. This behaviour...