Replies: 18 comments 73 replies
-
Is there any example for Nginx Proxy Manager? |
Beta Was this translation helpful? Give feedback.
-
Can you guys please comply with semver and not push breaking changes in minor version increases? |
Beta Was this translation helpful? Give feedback.
-
Using docker in Unraid + Nginx Proxy Manager , just wanted to be sure what we need to do:
|
Beta Was this translation helpful? Give feedback.
-
After checking, am I just removing the port 3012 from the setup? I don’t see anything else referencing web sockets. (This comment and the below are for Synology setup using Synology’s built in reverse proxy). |
Beta Was this translation helpful? Give feedback.
-
Hi,
As this thread suggests, I'm thinking it would be a good idea update my proxy configuration about new websocket beahviour.
Do you think it could work? Is there a way to test if all the vaultwarden functionalities will work fine? Thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi - I'm curious if the proxy example for Cloudflare is applicable to those using Cloudflare tunnel (which used to be called Cloudflare Access and is now Zero Trust). Do I still create the rule as shown in the screen print - https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples and if so am I copying the two values for the URI values to start/does not start with (these are hard to read but it looks like /notifications/hub and /notifications/hub/negotiate), rewrite to 3012? |
Beta Was this translation helpful? Give feedback.
-
is there any useful configuration for HAproxy inside pfsense? |
Beta Was this translation helpful? Give feedback.
-
I can't see any obvious changes in the updated traefik config. Is that because it hasn't been updated or does traefik not require changes for vaultwarden 1.31.0? TIA |
Beta Was this translation helpful? Give feedback.
-
I've updated to 1.30.1 and made the changes to websockets in preparation for this. Is there a way for me to verify websockets communication is actually working on the new port? |
Beta Was this translation helpful? Give feedback.
-
I updated to v1.30.1 and broke websockets. I followed the info posted in this thread but none of the clients are updating unless I manually run a sync on them. Everything was working before I updated and edited the Stack in Portainer and the config in Nginx Proxy Manager. I see the following in the log:
The only change that I made to the Portainer stack was to switch from In Nginx Proxy Manager (NPM), on the advanced tab of the Vaultwarden proxy host, I switched from:
To:
The first three lines in the So what am I doing wrong? UPDATE: |
Beta Was this translation helpful? Give feedback.
-
Is there a way to test that the websocket actually works via 443? "https://vault.example.net/notifications/hub/" no longer seems to be implemented. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry if this isn't the right place for this, but I am pulling my hair out! I've upgraded to 1.30.5 recently and I've noticed that external access is broken. I've tried to following the points in this post through and I can't get it to work. All I get when accessing outside of my network is ERR_SSL_PROTOCOL_ERROR when using the WEBUI and Exception message: Connection Failure in the Android/iOS apps. I host my vaultwarden instance on a Synology NAS on DSM 7. I don't know where to start look for this problem, any help will be gratefully received. Couple of notes;
This feels like a proxy issue to me, but I can't find it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, I am a new user I am trying to configure this in haproxy in pfsense but I can't seem to get it to work here is my configs |
Beta Was this translation helpful? Give feedback.
-
Just found the ws connected but not working with v1.30.5. |
Beta Was this translation helpful? Give feedback.
-
I seem to have browser websockets working. But not mobile push notifications, neither changes nor device logins. I'm using Caddy according to the wiki page and have enabled PUSH_ENABLED=true in my docker-compose file along with id and key and URLs. I'm using latest stable of Caddy, Vaultwarden and Bitwarden clients :/ |
Beta Was this translation helpful? Give feedback.
-
A bit confused here, does a new reverse proxy setup need any ports other than port 443 going to port 80? |
Beta Was this translation helpful? Give feedback.
-
I can't get this new setup running no matter what I tried. Watchtower upgraded the container a few weeks ago, since then my instance doesn't want to run. I followed the config example and tried quite a lot of variants, but I need some help. Using docker compose:
with Apache as a reverse proxy to a sublocation /bitwarden/ following the examples in the docs
I have the rest of my options in a config.json where I also set the domain
In my browser I only get a 502
Apache Logs give me this:
Anyone got an idea what might be wrong? |
Beta Was this translation helpful? Give feedback.
-
Hello,
We intend to remove the custom Websocket implementation currently included in Vaultwarden.
This implementation uses a separate port (
3012
) which you needed to configure correctly into your reverse proxy for Websocket notifications to work.Thanks to the work of @SergioBenitez and @Mai-Lapyst to add Websocket support to Rocket we can now provide this without custom ports and complex reverse proxy configurations.
Also, the new
Login with device
feature only works via this new Rocket Websocket implementation, and not via the old implementation.So, to make full use of Vaultwarden we strongly encourage you to adjust your reverse proxy configuration to work with the new setup, since the old way will be removed from the next stable version.
Please check the wiki's Proxy Examples for the updated versions.
Also, if you see any outdated example and know how to update it, please be so kind to help us and update the wiki example.
If you have any questions regarding this, please place your questions here.
For the PR which includes these changes see: #4001
Beta Was this translation helpful? Give feedback.
All reactions