The docker logs don't really provide anything. I look for Guacamole specific logs.
I see only the initial setup and when trying to login and it fails the docker logs doesn't show anything About the schemes, I read it before and that's why I did it manually but it says like it already exists. So I try to understand if it is necessary when it is a container . On Wed, 13 Dec 2023, 21:17 Michael Jumper, <[email protected]> wrote: > 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] > >
