On 5/17/23 02:16, Golota S.V. wrote:
Hello!! I have a docker version of guacamole:latest set up trying to set up connection recording:created a directory for recording changed the commands chown 1000:1000, chmod 2750 in the web admin settings specified the directory name and file name (${HISTORY_UUID}) in this option the recording goes but in history There are no logs of information to record and there is no way to view it. do everything according to the instructions https://guacamole.apache.org/doc/gug/recording-playback.html does not work, it is not applicable for docker. you can give advice.
From the screenshot, you've set the recording path to "/stream/tmp". Guacamole will not be looking in that location for recordings unless you've overridden the default with the "recording-search-path" property.
The easiest way to achieve this would be to use the default recording path without modification ("/var/lib/guacamole/recordings"). If using Docker, you should use a volume mount to ensure that path points to an external directory with the necessary permissions so that your recordings persist across container recreation.
See: https://guacamole.apache.org/doc/gug/recording-playback.html#preparing-a-directory-for-recording-storage - Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
