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

no recording #94

Closed GillesRonsin closed 2 months ago

GillesRonsin commented 2 months ago

Hi, I was not able to record any session. the /record folder is not filled I have tried many different configurations. some message about guacamole-history-recording-storage module talk about make a directory sudo mkdir -p /var/lib/guacamole/recordings

but in guacamole container we don't have sudo password any advice ?

boschkundendienst commented 2 months ago

recording is a bit tricky. of course the container must be able to write to the local directory where you store the recordings. Also the record paths must be set per connection as described in the configuration here https://guacamole.apache.org/doc/0.9.10-incubating/gug/configuring-guacamole.html

I can not give you more advise. This is beyound the scope of this project. Please look at the official Guacamole docs.