mike-jumper opened a new pull request, #261:
URL: https://github.com/apache/guacamole-manual/pull/261

   These changes aim to generalize the documentation around configuring 
Guacamole and its extensions such that necessary steps for both native and 
Docker installations are equally clear.
   
   Each set of configuration properties for a supported extension has been 
extracted into a skeleton `.properties.in` file that is processed as part of 
the build to produce:
   
   * A list of all properties and their definitions.
   * A list of all environment variables (derived from properties) and their 
definitions.
   * A skeleton `guacamole.properties` containing the documented properties and 
placeholder values.
   * A skeleton `environment` section for a `docker-compose.yml` containing the 
documented environment variables and placeholder values.
   * A skeleton `docker run` command specifying the documented environment 
variables and placeholder values using the `-e` option.
   
   Those various generated files are then included in the documentation, with 
sections split across "Native (Tomcat)" and "Container (Docker)" tabs.
   
   _(Opening as a draft for now, as these changes only contain changes to the 
Duo docs. I've not yet migrated the docs for the other extensions.)_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to