Make websocket port configurable #100

Closed
opened 2026-02-04 16:58:15 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @aminehmida on GitHub (Sep 26, 2018).

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.0

Similar to #179

Thanks in advance!

Originally created by @aminehmida on GitHub (Sep 26, 2018). 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.0`](https://github.com/dani-garcia/bitwarden_rs/blob/948554a20fd46acc7155303985b9517607b246b9/src/api/notifications.rs#L361) Similar to #179 Thanks in advance!
OVERLORD added the enhancement label 2026-02-04 16:58:15 +03:00
Author
Owner

@dani-garcia commented on GitHub (Sep 28, 2018):

This should be fixed now, you can use WEBSOCKET_ADDRESS to change it.

@dani-garcia commented on GitHub (Sep 28, 2018): This should be fixed now, you can use `WEBSOCKET_ADDRESS` to change it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#100