Hi, In the guacamole/guacamole docker image, the /opt/guacamole/bin/start.sh script copies Docker environment variables into the /home/guacamole/.guacamole/guacamole.properties file on startup.
I would like to set: POSTGRESQL_USER_PASSWORD_MIN_LENGTH POSTGRESQL_USER_PASSWORD_REQUIRE_MULTIPLE_CASE POSTGRESQL_USER_PASSWORD_REQUIRE_SYMBOL POSTGRESQL_USER_PASSWORD_REQUIRE_DIGIT POSTGRESQL_USER_PASSWORD_PROHIBIT_USERNAME POSTGRESQL_USER_PASSWORD_HISTORY_SIZE however the start.sh does not seem to handle these. I could mount the start.sh file externally and modify it but is this the ‘correct’ way of fixing this until these parameters are natively supported by the Guacamole Docker image? Regards, Andrew. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
