Skip to content

Commit

Permalink
remove deprected websocket enabler
Browse files Browse the repository at this point in the history
  • Loading branch information
einschmidt committed Nov 8, 2023
1 parent 728987f commit 1e6a8ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bitwarden/rootfs/etc/s6-overlay/s6-rc.d/vaultwarden/run
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ if bashio::config.has_value 'request_size_limit'; then
export ROCKET_LIMITS="{json=${request_size_limit}}"
fi

# Always enable Websockets
export WEBSOCKET_ENABLED=true
export WEBSOCKET_PORT=8080

# Run the Bitwarden server
bashio::log.info 'Starting the Vaultwarden server...'
cd /opt || bashio::exit.nok
Expand Down

0 comments on commit 1e6a8ea

Please sign in to comment.