Hi Nick, Thanks for the extensive feedback. For the session recording viewing extension I indeed naively thought that using the environment variable RECORDING_SEARCH_PATH would perhaps implicitly import the extension as well but this did not happen.
As for the permissions part I still haven’t figured it out but I’m sure I’ll get there as I’m relatively new to Linux and Docker so I’ll find eventually resolve it. Thank again for making the Jira ticket I believe this would improve the docker image installation even more for an almost hands free deployment of Guacamole and its extensions. Some other repackaged images make use of the EXTENSIONS environment variable to explicitly load extensions too, maybe this idea could also be used for the official image to explicitly load extensions besides the ones that are implicitly loaded. So whenever in the future there’s an extension that has no environment variable linked to it it could just be loaded explicitly at deploy time. On 2023/06/18 20:20:55 Nick Couchman wrote: > On Sun, Jun 18, 2023 at 2:57 PM Najib . <[email protected]> wrote: > > > > Hi, > > > > > > > > I have been struggling for hours to get the proper volume mapped to get the > > session recording and the extension functioning; > > > > > > > > When I enable session recording on a server connection object I see the > > following in the logs: > > > > > > > > guacd[31]: ERROR: Creation of recording failed: No such file or directory > > > > > > > > The manual says this is by default stored in /var/lib/guacamole/recordings > > > > > > > > However when entering the container there is no such folder which would > > make the error understandable. > > > > The folder(s) do not exist by default - you have to create them or > mount a volume. In a Docker environment, I'd highly suggest mounting a > volume, which is what you're trying to do, so that's good :-). > > > > > > > Then I wanted to change the recording folder by using the > > recording-search-path option in guacamole.properties. However this sent me > > on a completely different marry go round. The logs mention this; > > > > > > > > INFO o.a.g.environment.LocalEnvironmen Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
