mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-25 03:11:09 +03:00
Make WebSocket notification server port configurable #85
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).
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!