Skip to content

Commit

Permalink
Remove custom WebSocket code
Browse files Browse the repository at this point in the history
Remove our custom WebSocket code and only use the Rocket code.
Removed all options in regards to WebSockets
Added a new option `WEBSOCKET_DISABLED` which defaults too `false`.
This can be used to disable WebSockets if you really do not want to use it.
  • Loading branch information
BlackDex committed Oct 25, 2023
1 parent ecb31c8 commit a607bcc
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 298 deletions.
8 changes: 2 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@
# WEB_VAULT_FOLDER=web-vault/
# WEB_VAULT_ENABLED=true

## Enables websocket notifications
# WEBSOCKET_ENABLED=false

## Controls the WebSocket server address and port
# WEBSOCKET_ADDRESS=0.0.0.0
# WEBSOCKET_PORT=3012
## Disable websocket notifications
# WEBSOCKET_DISABLED=false

## Enables push notifications (requires key and id from https://bitwarden.com/host)
# PUSH_ENABLED=true
Expand Down
Loading

0 comments on commit a607bcc

Please sign in to comment.