On Fri, May 26, 2023 at 6:40 AM Golota S.V. <[email protected]> wrote:
> after reading the manual many times, I came to the conclusion that there > is no mention of recording-search-path in the docker-compose.yml file, but > I did not find the syntax for entering it, I think that by default there is > no place in the container for storing and indexing recording files. in some > places it is mentioned that you need to enable EXTENSIONS: > history-recording-storage and specify the path for storing > recording-search-path: /var/lib/guacamole/recordings can you tell me how to > do it right? attempting to display the file > /home/guacamole/.guacamole/guacamole.properties from the container for > editing did not work. > Yep, you are correct, the option for the recording storage path is not available in the Docker startup script. Sorry we missed that earlier - we'll need to put in a Jira ticket and change to add that option to the startup. Regarding the guacamole.properties file, most likely it is in /etc/guacamole in the container, as that's the default GUACAMOLE_HOME location. -NIck >
