On 12/13/2023 1:06 AM, Remush wrote:
Hey there!

After a lot of trying I finally was able to set a Guacamole with a Postgresql with docker.

But when I try to login with either the LDAP or guacadmin I get Invalid Login.

How can I debug it? Where are the logs of the Guacamole located?


https://docs.docker.com/engine/reference/commandline/logs/

Perhaps I might be missing something in the configuration?
When setting the Guacamole container I gave it this env:
GUACAMOLE_HOME, GUACD_PORT,GUACD_HOSTNAME, POSTGRESQL _HOSTNAME, POSTGRESQL_DATABASE, POSTGRESQL_USER, POSTGRESQL_PORT,
POSTGRESQL_PASSWORD.


Whether your usage of GUACAMOLE_HOME is correct will depend on the contents of your volume mount(s) and what you're pointing it at.

If all you're doing is deploying Guacamole with a PostgreSQL database, you do not need to use GUACAMOLE_HOME. You would only need this if you have custom extensions of your own or configuration options not covered by environment variables.

Side question, In the docker version, do I still need to run the 001 and 002 schemes on the DBs?


https://guacamole.apache.org/doc/gug/guacamole-docker.html#initializing-the-postgresql-database

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to