boschkundendienst / guacamole-docker-compose

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

Cannot access a record desde Web #69

Closed alek10c closed 1 year ago

alek10c commented 1 year ago

The recordings are located in the /record folder of the guacd container. but this is not shown on the guacamole website.

image

I need your help to setup or fix the problem.

boschkundendienst commented 1 year ago

The history-recording-storage extension is not shipped with the guacamole containers. You have to add it manually and then make sure that you setup your guacamole to use the correct paths as desribed in the docs. This is beyound the scope of this project.

Useful links:

Also you should read how settings in guacamole.properties could be set by the equivalent environment variables in docker. See https://guacamole.apache.org/doc/1.0.0/gug/guacamole-docker.html especially the part Configuring Guacamole when using Docker

Possible workarround: If that helps, an easy workarround (assuming recording works in general with your setup), there is a project that provides a docker container with guacenc that you can use to convert your recording to mp4.

Sorry to close this at this point, maybe it would be better for you to create everything from scratch to fit your needs.