Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
yes, sure. I am talking about live syncing (not a push notification). I opened the same item in the Vautwarden web UI and my mobile app, added some notes to it in web UI, saved, but nothing changed in my mobile appYou will not get a push notification it will just sync the changes. Are you saying that the changes are not passing at all? Like adding new items, new folder etc.
Again, no push notification will arrive. The github feature name is wrong imho![]()
Check the log of the VW and see if its registering the new push feature as activeyes, sure. I am talking about live syncing (not a push notification). I opened the same item in the Vautwarden web UI and my mobile app, added some notes to it in web UI, saved, but nothing changed in my mobile app
"PUSH_ENABLED" : true,
"PUSH_INSTALLATION_ID" : "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
"PUSH_INSTALLATION_KEY" : "ABC…ABC",
WEBSOCKET_PORT: 3012
WEBSOCKET_ENABLED: true
Error: WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.
Upgrade : $http_upgrade
Connection : $connection_upgrade
Yeah the prompt is only for iOS devices I believe.I can confirm. Uninstalled/installed the mobile app. No prompt about enabling the push notification, but now the feature works.
You can remove the signup safely, but keep admin_token that is to access the admin page.Thanks @Rusty for the push update info. Works great without the 312 port.
A follow-up question. When I launched the update docker-compose.yml, I noticed warnings in the logs:
![]()
Should I simply remove those environmental variables from the compose file? If they are going to be overridden by the admin panel, I don't see their purpose.
Well I still use both variables as I have not paid that much attention to the log. Also the admin token has been updated to the new “version” explained by the previous additions to this article. While this is the way vaultwarden does things I would leave it. In terms of signups, again, I haven’t checked if the settings is accessible via the admin page. If so, then I guess it can be removed as @ilbarone87 said.Thanks @Rusty for the push update info. Works great without the 312 port.
A follow-up question. When I launched the update docker-compose.yml, I noticed warnings in the logs:
![]()
Should I simply remove those environmental variables from the compose file? If they are going to be overridden by the admin panel, I don't see their purpose.
Using your write-up I added argon2 security (also changed my admin password in the process to get the new token). When I recreate the container, I cannot log into the admin panel, and the log still tells meI still use both variables as I have not paid that much attention to the log.
[NOTICE] You are using a plain text [ICODE]ADMIN_TOKEN
which is insecure.[/ICODE]ADMIN_TOKEN='$$argon2id$$v=19$$m=65540,t=2,p=4$$H5Xns1Juvmy4BR2rB0fRg4yn6O7CdIFRV4mw/J/y4iM$$pejf9RXHz2jYorvspelm5cnD/9Jf/BD6cnikiUASz0U'
Hmm not sure why my steps were with those, considering I use them as well, without them. Tnx for pointing it out. Altered.Using your write-up I added argon2 security (also changed my admin password in the process to get the new token). When I recreate the container, I cannot log into the admin panel, and the log still tells me
[NOTICE] You are using a plain text [ICODE]ADMIN_TOKEN
which is insecure.[/ICODE]
So... the argon2 password fails, but the token is accepted as the "password" for the admin panel.
What am I missing?
UPDATE1: It's those danged single quote marks. Remove them! and all is good.
Not this:
ADMIN_TOKEN='$$argon2id$$v=19$$m=65540,t=2,p=4$$H5Xns1Juvmy4BR2rB0fRg4yn6O7CdIFRV4mw/J/y4iM$$pejf9RXHz2jYorvspelm5cnD/9Jf/BD6cnikiUASz0U'
But this:
ADMIN_TOKEN=$$argon2id$$v=19$$m=65540,t=2,p=4$$H5Xns1Juvmy4BR2rB0fRg4yn6O7CdIFRV4mw/J/y4iM$$pejf9RXHz2jYorvspelm5cnD/9Jf/BD6cnikiUASz0U
We use essential cookies to make this site work, and optional cookies to enhance your experience.