Re: Failed to connect to repo.maven.apache.org when building guacamole-client

2024-06-04 Thread Willy Manga
For reference purpose, On 31/05/2024 17:56, Willy Manga wrote: Hi, [...] Problem solved. I had to explicitely instruct java to to prefer IPv6. I invoked maven like this: MAVEN_OPTS="-Djava.net.preferIPv6Addresses=true" mvn package -X java.net.preferIPv6Addresses=system is even better. Yo

Re: RDP virtual drive configuration with Guacamole docker

2024-06-04 Thread Nick Couchman
On Tue, Jun 4, 2024 at 4:22 AM Víctor J. Sánchez wrote: > Hi all, > > I'm trying to work with RDP virtual drive to share files between remote > hosts and browser clients. Both guacamole and guacd servers are running > on docker. When I run guacd container I pass it a named volume to store > the s

RDP virtual drive configuration with Guacamole docker

2024-06-04 Thread Víctor J . Sánchez
Hi all, I'm trying to work with RDP virtual drive to share files between remote hosts and browser clients. Both guacamole and guacd servers are running on docker. When I run guacd container I pass it a named volume to store the shared files. In the host filesystem I set permissions to guacd c