Karmanyaah Malhotra
Karmanyaah Malhotra
For context, Right now, nextcloud-specific columns are: 1 - id 2 - uid 3 - token 4 - deviceidentifier 9 - apptype push-v2 specific columns are: 5 - devicepublickey 6...
> There is no additional origin confirmation of any sorts? In WebPush (RFC8030, from which UnifiedPush derives key principles), the endpoint, the URL the notifications are pushed to is a...
In addition, if you want to push to Chrome (neither UnifiedPush nor Firefox require this), you need [VAPID](https://web.dev/sending-messages-with-web-push-libraries/) (RFC8292), but that is a per-server key not per-user, so it's trivial...
Yes, just UnifiedPush alone won't do. Currently, the app talks to the government API every so often. But, for push, there would need to be a server that talks to...
This was annoying to discover because I couldn't connect to my dev server from my phone using DNS. Running `bundle exec jekyll serve -H ::`, instead of `bundle exec jekyll...
I'll see what I can find
Are there any patterns (to help me reproduce this)? Is it happening often or rarely; for any content or just "triggered"; with no attachments?
I only ever tested with Caddy, so that might be it, I"ll try setting up nginx.
Interesting ... so I should've set the 'invalid IP's to empty strings, and validated them at parse time.
There is a library for UnifiedPush that can automatically fall back to FCM when UP is not available: https://unifiedpush.org/developers/embedded_fcm/