mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #3404] [MERGED] WebSockets via Rocket's Upgrade connection #3282
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3404
Author: @BlackDex
Created: 3/31/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @dani-garcia
Base:
main← Head:websockets-via-rocket📝 Commits (1)
3d11f4cWebSockets via Rocket's Upgrade connection📊 Changes
3 files changed (+344 additions, -192 deletions)
View changed files
📝
Cargo.lock(+179 -107)📝
Cargo.toml(+11 -6)📝
src/api/notifications.rs(+154 -79)📄 Description
This PR implements a (not yet fully released) new feature of Rocket which allows WebSockets/Upgrade connections.
No more need for multiple ports to be opened for Vaultwarden.
No explicit need for a reverse proxy to get WebSockets to work (Although I still suggest to use a reverse proxy).
rocket_wsis not yet released.Fixes #685
Fixes #2917
Fixes #1424
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.