WIP changelog

pull/1/head
ansuz 5 years ago
parent f7fba52e80
commit 8dd7b88dd8

@ -3,14 +3,19 @@
## Goals ## Goals
* simplify server configuration by dropping support for unused features * simplify server configuration by dropping support for unused features
* drop `websocketPath` `websocketURL` and `useExternalWebsockets`
* use `externalWebsocketURL` to replace all of these
## Update notes ## Update notes
* modify default config and docker config * modify default config and docker config
* review websocket config changes and update accordingly * review websocket config changes and update accordingly
* you may want to use the updated nginx config * default config.js now nests directories not exposed by nginx in the /data/ directory
* this should not affect existing instances set up manually, though anyone running docker should review their setup before updating
* updated example nginx config uses variables for domains, simplifies sandbox configuration
* drop support for old websocket configuration style, prefer unified value
* drop `websocketPath` `websocketURL` and `useExternalWebsockets`
* use `externalWebsocketURL` to replace all of these
* drop use of `new Buffer`, use `Buffer.from`
## Features ## Features

Loading…
Cancel
Save