These are the release notes regarding CloudStream, the Unidata application-streaming technology stack.
See the project GitHub and DockerHub pages for more information:
- Enabled
noVNC
-provided shared clipboard. - Taking advantage of nicer interface provided by
noVNC
. - Updated to Ubuntu Xenial 16.04
- Added a new option,
SHARED
, which allows for multiple connections to the same instance. Off by default. - Added a new option,
SSLONLY
, which disables unencrypted http connections. Off by default. - Added a
COPYRIGHT
environmental variable; when true, the CloudStream copyright file will be printed to standard output. Additionally, if the environmental variableCOPYRIGHT_FILE
has been set in a downstream image, the file referenced will be sent to standard output as well. bootstrap.sh
no longer assumes a downstream image will useREADME.[txt/md]
; instead, downstream projects must now specify a specificREADME
file using the environmental variableREADME_FILE
- Added a quickstart guide,
QUICKSTART.md
, for users already familiar with Docker.
- Added a
COPYRIGHT
file to the project.
- Added documentation in the form of
README.md
. - Added a template file,
Dockerfile.template
, that can be used as a basis for creating a CloudStream-based docker image. - Added an initial set of basic examples to CloudStream in the
examples/
directory. - Added Release Notes to CloudStream project.