boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

locating log files fail2ban #59

Closed Cah1982 closed 1 year ago

Cah1982 commented 1 year ago

Hi in which container would you find the log for failed attempts to log in, and which folder in that container

thanks Carl

boschkundendienst commented 1 year ago

Since I use the official images provided by the Guacamole Project you should ask your question at their forums. One option you have is to run

docker-compose logs -f

to see all logs that are generated by docker during the run of the containers. All other things is not related to my project here. I would assume that you could enable logging with a custom guacamole.properties file that you inject into the container by changing the docker-compose.yml file to your needs. This project is and has never been ment to be used in productive environments. It only exists to have a "quick and dirty" way to run Guacamole for the purpose of presenting it to someone.

I hope I could help.