Skip to content

Push Notifications

Mobilizon can send web Push Notifications through registered browsers. To allow this, you need to generate VAPID public keys.

sudo -u mobilizon ./bin/mobilizon_ctl webpush.gen.keypair
docker compose exec mobilizon mobilizon_ctl webpush.gen.keypair
MIX_ENV=prod mix mobilizon.web_push.gen.keypair

The command outputs you the code to put in your configuration file. Restart Mobilizon after that, and you should be able to use browser push notifications.


Last update: August 11, 2023