On Fri, May 19, 2023 at 12:47 AM Golota S.V. <[email protected]>
wrote:
> the problem is not solved, I also can not access the records through the web.
> I think the problem with access to the directory remains if, according to the
> recommendations, specify in the Recording path:
> ${HISTORY_PATH}/${HISTORY_UUID}
>
> so that the recording goes without errors, the path must be explicitly
> specified "/var/lib/guacamole/recordings/${HISTORY_UUID}"
>
> i tried to create path /var/lib/guacamole/recordings in servlet container and
> mount to the same directory
> same as the guacd container but the result is negative.
>
>
I don't have a ton of experience with Docker, but I believe what you need
to do is:
* Create a directory on your host system that will store the recordings.
* Mount this directory as a volume on your guacd container, so that guacd
can store the recordings. Make sure the UID and/or GID of guacd has write
access to the folder.
* Mount this same directory as a volume on your guacamole-client container,
so that the recording playback extension can access the recording files.
Make sure the UID and/or GID of guacamole-client (tomcat) has reda access
to the folder.
-Nick
>