I’m building a web app where I want to send push notifications using my local Ntfy server. I’m currently using the Push API and service workers to handle notifications. However, it seems like my push subscription is defaulting to the Google or Mozilla push services (depending on the browser), rather than my local Ntfy server. […]