Mobile Client Push Notifcation
-
Hey there,
Does anybody have the new Mobile Client Push Notification up and running?
(https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification)I have obtained an ID and key from Bitwarden and added the following to my config.json
"push_enabled": true, "push_installation_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "push_installation_key": "xxxxxxxxxxxxxxxxxxxx",
and restarted, but it does not work. The configuration shows up correctly on the admin interface. Websockets sync between desktop app and browser add-on works perfect. But my Android client is not synced (until I do this manually), even though I have completely uninstalled it (I had the F-Droid version) and re-installed from Google Play Store (because I read the whole thing is based on FCM).
I set log_level to trace, but I couldn't spot any errors. Is there anything I am missing?
-
@nichu42 maybe these have to be environment variables - https://docs.cloudron.io/apps/vaultwarden/#custom-config . So,
export PUSH_ENABLED=true
and so on. -
This should be part of the docs
Also, the cloudron docs still speak of "env.sh" but it's "config.env" now, I believe. -
@necrevistonnezr The latest update changed it to
env.sh
but of course the docs always update faster...