Add --keyfile and --certfile support.
When starting the Web API, you may now run via HTTPS with --keyfile and --certfile. Older releases required the keys to be set in MRSM_CONFIG. This also brings SSL support for --production (Gunicorn).
Add the Webterm to the Web Console.
At long last, the webterm is embedded within the web console and is accessible from the Web API at the endpoint /webterm. You must provide your active, authorized session ID to access to the Webterm.
Add --secure to start api.
Starting the Web API with --secure will now disallow actions from non-administrators. This is recommend for shared deployments.
Fixed the registration page on the Web API.
Users should now be able to create accounts from Dockerized deployments.
Held back dash-extensions
The recent 1.0.2+ releases have shipped some broken changes, so dash-extensions is held back to 1.0.1 until newer releases have been tested.
v1.7.0
Add
--keyfile
and--certfile
support.When starting the Web API, you may now run via HTTPS with
--keyfile
and--certfile
. Older releases required the keys to be set inMRSM_CONFIG
. This also brings SSL support for--production
(Gunicorn).Add the Webterm to the Web Console.
At long last, the webterm is embedded within the web console and is accessible from the Web API at the endpoint
/webterm
. You must provide your active, authorized session ID to access to the Webterm.Add
--secure
tostart api
.Starting the Web API with
--secure
will now disallow actions from non-administrators. This is recommend for shared deployments.Fixed the registration page on the Web API.
Users should now be able to create accounts from Dockerized deployments.
Held back
dash-extensions
The recent 1.0.2+ releases have shipped some broken changes, so
dash-extensions
is held back to1.0.1
until newer releases have been tested.Fixed
stack
on Windows.Fixed a false error with background jobs.
Increased the minimum password length to 5.