GitHub user ceharris opened a pull request:
https://github.com/apache/guacamole-client/pull/221
GUACAMOLE-464: configuration properties from OS environment
Wanted to see how others feel about this feature before spending more time
on it. If the concept is agreeable, there's some work to do in updating
documentation. Additionally, the start.sh script for the docker container image
should probably be revised to take advantage of this feature.
Might also want to consider whether this feature must be enabled by the
presence of another environment variable. This would prevent unexpected
configuration of extension properties via the environment, with minor
additional nuisance factor for using the feature.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/soulwing/guacamole-client GUACAMOLE-464
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/221.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #221
----
commit 263cbf2331685a999819f7215b660fe70eac07d8
Author: Carl Harris <[email protected]>
Date: 2017-12-14T11:14:15Z
GUACAMOLE-464: configuration properties from OS environment
----
---