Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add notes regarding websockets
  • Loading branch information
l4rm4nd authored Nov 6, 2023
1 parent df918ac commit 83349fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
# Notes

Disable open user registration after setting up your account. This can be done via the `/admin` web panel, if enabled, or by adjusting the `config.json` file. Alternatively via environment variables. See documentation [here](https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users).

⚠️ Note: The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release.

0 comments on commit 83349fa

Please sign in to comment.