mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[GH-ISSUE #199] Make websocket port configurable #16873
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 @aminehmida on GitHub (Sep 26, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/199
I want to expose birwarden on a specific interface only. I can't do that because the WebSocket server it is currently hard coded to
0.0.0.0Similar to #179
Thanks in advance!
@dani-garcia commented on GitHub (Sep 28, 2018):
This should be fixed now, you can use
WEBSOCKET_ADDRESSto change it.