mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[GH-ISSUE #179] Make WebSocket notification server port configurable #16859
Reference in New Issue
Block a user
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?
Originally created by @mengelbrecht on GitHub (Sep 13, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/179
The WebSocket notification server does not work on a system where port 3012 is already in use.
Making the WebSocket server port configurable similar to the
ROCKET_PORToption would help in such cases.@dani-garcia commented on GitHub (Sep 13, 2018):
This should be solved now, with commit
948554a@mengelbrecht commented on GitHub (Sep 13, 2018):
Thanks!