diff --git a/ChangeLog.md b/ChangeLog.md index 6f2c5d8..e91eae0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,20 @@ # Change Log +## [0.2.11] 2020-05-12 +BIG-IP Specific version +### BREAKING +- Not compatible with versions of ephemeral_auth before 0.4.8 due to child resources moving under /ssh +### Changes +- in `config.json.sample` - `allowreauth` set to `false` by default +- in `config.json.sample` - potential future proofing for CORS support `http.origins` +- `ssh` module updated to 0.8.9 +- Move all child resources to start from under /ssh + - /socket.io -> /ssh/socket.io + - /webssh2.css -> /ssh/webssh2.css + - /webssh2.bundle.js -> /ssh/webssh2.bundle.js + - /reauth -> /ssh/reauth + - perhaps more + +## [0.2.10] not actually released ## [0.2.9] 2019-06-13 ### Changes - Missing require('fs') in `server/app.js` See issue [#135](../../issues/135) diff --git a/README.md b/README.md index c294a97..5ad58c2 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ docker run --name webssh2 -d -p 2222:2222 webssh2 * **listen.port** - _integer_ - Port node should listen on for client connections, defaults to `2222` +* **http.origins** - _array_ - COORS origins to allow connections from to socket.io server, defaults to `localhost:2222`. Changed in 0.3.1, to enable previous, less secure, default behavior of everything use `*:*` (not recommended). Check [#240](../../issues/240) + * **user.name** - _string_ - Specify user name to authenticate with. In normal cases this should be left to the default `null` setting. * **user.password** - _string_ - Specify password to authenticate with. In normal cases this should be left to the default `null` setting. diff --git a/app/client/public/client.htm b/app/client/public/client.htm index ae8e5e9..9558557 100644 --- a/app/client/public/client.htm +++ b/app/client/public/client.htm @@ -5,7 +5,7 @@ - +