Yrjänä Rankka
Yrjänä Rankka
I guess integrity is more important than privacy in our case, so the common method would use something like a GPG key to sign the list of package checksums upon...
> 2019-12-15T00:22:14.228 [error] pid= Required authentication elements are missing. Got: > key=, team=, p8_file=/opt/app/lib/mongoose_push-2.0.0-beta.2/priv/apns/token.p8 > ``` > > which clearly means that your FCM token is miss-configured. Please refer to...
```cba7dc8b4e2c mongooseim/mongoose-push:2.0.2 "/opt/app/bin/mongoo…" 2 days ago Up 2 days 127.0.0.1:8443->8443/tcp mongoose-push``` Re. v3 API: I would love to RTFM - however I don't Elixir and all examples and documentation ias...
Also: ``` $ curl http://localhost:8443/swagger.json curl: (52) Empty reply from server ```
Maybe this could be exposed somewhere public, linked from the README.md?
Never hurts to have an authoritative source for an API document somewhere.
Swagger is somewhat standardised, so it is a good formal way of defining the API. If it is already a build artefact, it could easily be added as an item...
Okay. I am trying to send some test data to FCM - this is what my request JSON looks like: ``` "{\"service\":\"fcm\",\"topic\":\"com.example.app\",\"mode\":\"prod\",\"alert\":{\"title\":\"Hello\",\"body\":\"World oyster\"},\"data\":{\"event_data\":\"eyJtZWgiOiJib2luZyJ9\"}}" ``` I get an 200 reply and...
uiop:run-program perhaps?
There is GUIX, which, I presume would be a better match.