On Tue, Aug 15, 2023 at 7:41 AM Maciej Konigsman <[email protected]> wrote: > > Hi, > > I've checked it in the start.sh script which is used as command in the > container. > But it is missing many properties which can be set in guacamole.properties.
Yes, there are definitely items missing from the start.sh script. However, it's worth noting that you can enable the following variable: ENABLE_ENVIRONMENT_PROPERTIES=true Will allow you to configure any/all valid guacamole.properties entries as environment variables. The format of these variables is the upper-case version of the guacamole.properties entry, with dashes (-) replaced by underscores (_). So, for example, radius-auth-protocol becomes RADIUS_AUTH_PROTOCOL. It should be very similar to the format used for any/all of the entries in the start.sh script. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
